Re: Is GtkAssistant a toplevel widget?



As you can see here:

  https://developer.gnome.org/gtk3/stable/GtkAssistant.html#GtkAssistant.object-hierarchy

GtkAssistant is-a GtkWindow, which means it's a top level widget.

The documentation of `gtk_widget_is_toplevel()` does not list all the
possible GtkWindow sub-types, because GTK+ may introduce new ones, and
we don't want to update the documentation needlessly.

Ciao,
 Emmanuele.


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