[Top]
GTK
GTK.OptionMenu
|
Method GTK.OptionMenu()->set_menu()
- Method
set_menu
GTK.OptionMenu set_menu(GTK.Menu menu)
- Description
Provides the GtkMenu that is popped up to allow the user to choose
a new value. You should provide a simple menu avoiding the use of
tearoff menu items, submenus, and accelerators.
|