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

Re: GtkWindowType




Jeroen Benckhuijsen <jeroen@benck.demon.nl> writes:
> Can somebody explain me diff between GTK_WINDOW_TOPLEVEL,
> GTK_WINDOW_DIALOG and GTK_WINDOW_POPUP?
> 

Toplevel is a normal application window, dialog is for dialogs, popup
is for things you probably don't think of as windows like popup menus.
Popup is basically only for internal use. You also never use
GTK_WINDOW_DIALOG because you probably want GtkDialog or GnomeDialog
and they use it automatically.

What it comes down to is, just use GTK_WINDOW_TOPLEVEL always.

Havoc



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