GtkOptionMenu
DEPRECATED. A widget used to choose from a list of valid choices.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkBin
                        `-- GtkButton
                              `-- GtkOptionMenu
Description
WARNING! This method has been deprecated in PHP-GTK 2 and should NOT be used in newly written code. Use GtkComboBox instead.
Constructors
GtkOptionMenu ();-- DEPRECATED Creates a new option menu.
Methods
get_history() Â DEPRECATED Retrieves the index of the currently selected menu item. get_menu() Â DEPRECATED Returns the GtkMenu associated with the option menu. remove_menu() Â DEPRECATED Removes the menu from the option menu. set_history() Â DEPRECATED set_menu() Â DEPRECATED
Signals
"changed" Â Emitted when another menu item is selected.