gtkOptionMenuGetMenu {RGtk2}R Documentation

gtkOptionMenuGetMenu

Description

Returns the GtkMenu associated with the GtkOptionMenu. WARNING: gtk_option_menu_get_menu has been deprecated since version 2.4 and should not be used in newly-written code. Use GtkComboBox instead.

Usage

gtkOptionMenuGetMenu(object)

Arguments

object [GtkOptionMenu] a GtkOptionMenu.

Value

[GtkWidget] the GtkMenu associated with the GtkOptionMenu.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]