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

-- 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.