Re: Gtk+ Modality Problem



Don't forget to set the transient window:

gtk_window_set_transient_for(GTK_WINDOW(window),GTK_WINDOW(parent_window));

I saw this option, but I would like to make the messagebox work
independently of the window from which it is called. Is this possible?
What I need is exatcly the behaviour of a modal MessageBox under
Windows.

Atanas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]