ButtonScreenGadget()
Syntax
Result = ButtonScreenGadget(#ScreenGadget, x, y, Width, Height, Text$)Description
Creates a button gadget in the current GadgetList.
Parameters
#ScreenGadget A number to identify the new gadget. #PB_Any can be used to auto-generate this number. x, y, Width, Height The position and dimensions of the new gadget. Text$ The text to display on the button.
Return value
Nonzero on success, zero otherwise. If #PB_Any was used as the #ScreenGadget parameter then the return-value is the auto-generated gadget number on success.
Remarks
To add a 'mini help' to this gadget, use ScreenGadgetToolTip().
The following functions can be used to control the gadget:
- SetScreenGadgetText(): Changes the text of the ButtonGadget.
- GetScreenGadgetText(): Returns the text of the ButtonGadget.
See Also
ScreenGadgetToolTip(), SetScreenGadgetText(), GetScreenGadgetText()
Supported OS
All