Forum und email

GtkOptionMenu

DEPRECATED. A widget used to choose from a list of valid choices.

オブジェクトの階層

GObject
`-- GtkObject
       `-- GtkWidget
              `-- GtkContainer
                     `-- GtkBin
                            `-- GtkButton
                                   `-- GtkOptionMenu

説明

警告! このメソッドは PHP-GTK 2 では非推奨です。 新しく書くコードでは使用してはいけません。 Use GtkComboBox instead.

コンストラクタ

-- 非推奨 Creates a new option menu.

メソッド

get_history()
  非推奨 Retrieves the index of the currently selected menu item.
get_menu()
  非推奨 Returns the GtkMenu associated with the option menu.
remove_menu()
  非推奨 Removes the menu from the option menu.
set_history()
  非推奨
set_menu()
  非推奨

シグナル

"changed"
  Emitted when another menu item is selected.