TrackBarScreenGadget()
Syntax
Result = TrackBarScreenGadget(#ScreenGadget, x, y, Width, Height, Min, Max [, Flags])Description
Creates a Cursor gadget in the current GadgetList.
Parameters
#ScreenGadget The identification number of the new gadget. #PB_Any can be used to automatically generate this number. x, y, Width, Height The position and dimensions of the new gadget. Min, Max The minimum and maximum values used by the gadget. Must be defined with integer values. Flags (optional) #PB_TrackBar_Vertical: The gadget is vertical.
Return value
Returns a non-zero value on success, zero otherwise. If #PB_Any was used for the #ScreenGadget parameter, then the return value is the gadget's ID number, generated automatically.
Supported OS
All