gtkOptionMenuGetMenu {RGtk2.10}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.10 version 2.10.6 Index]