An iconifiable gtk_dialog_window ?

2005-05-11 Thread Olivier
Dear all, I use dialog_Parametres = gtk_dialog_new_with_buttons (Solitaire : Parametres, GTK_WINDOW(SolitaireGraphique), GTK_DIALOG_DESTROY_WITH_PARENT, NULL); to create a window where my

Re: An iconifiable gtk_dialog_window ?

2005-05-11 Thread Afonso Costa
Hi Olivier, I think that you can try to use these methods: http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-deiconify http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for BR, Afonso On 5/11/05, Olivier [EMAIL PROTECTED] wrote: Dear all,