gtkOptionMenuGetMenu {RGtk2}R Documentation

gtkOptionMenuGetMenu

Description

Returns the GtkMenu associated with the GtkOptionMenu. WARNING: gtk_option_menu_get_menu is deprecated 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.8.5 Index]