pike.hubbe.net

[Top]
GTK
GTK.OptionMenu
previousGTK.Object()->signal_unblock() GTK.OptionMenu()->create()next

Class GTK.OptionMenu

Description

A OptionMenu is a widget that allows the user to choose from a list of valid choices. The OptionMenu displays the selected choice. When activated the OptionMenu displays a popup W(Menu) which allows the user to make a new choice.

GTK.OptionMenu()->set_menu(GTK.Menu()->add( GTK.Menu_item("Option 1") ));

Inherits

  • GTK.Button

Extracted from Pike v7.3 release 11 at 2001-11-03.