gtkUIManagerGetToplevels {RGtk2}R Documentation

gtkUIManagerGetToplevels

Description

Obtains a list of all toplevel widgets of the requested types.

Usage

gtkUIManagerGetToplevels(object, types)

Arguments

object [GtkUIManager] a GtkUIManager
types [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.

Details

Since 2.4

Value

[list] a newly-allocated of all toplevel widgets of the requested types.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]