gtkUIManagerGetToplevels {RGtk2} | R Documentation |
Obtains a list of all toplevel widgets of the requested types.
gtkUIManagerGetToplevels(object, types)
|
[GtkUIManager ] a GtkUIManager |
|
[GtkUIManagerItemType ] specifies the types of toplevel widgets to include. Allowed
types are GTK_UI_MANAGER_MENUBAR , GTK_UI_MANAGER_TOOLBAR and
GTK_UI_MANAGER_POPUP . |
Since 2.4
[list] a newly-allocated of all toplevel widgets of the requested types.
Derived by RGtkGen from GTK+ documentation