[previous] [up] [next]     [contents] [index]
Next: set-default Up: Class Reference Previous: number

wx:button%

Superclass: wx:item%

A button is a panel item that contains a text string or bitmap, and is one of the commonest elements of a GUI. It may be placed on a wx:panel% object or a wx:dialog-box% object.

Whenever a button is clicked by the user, the buttons's callback procedure is invoked. (The callback procedure is provided as an initialization argument when the button is created.)

Methods: All methods:
[previous] [up] [next]     [contents] [index]
Next: set-default Up: Class Reference Previous: number

PLT