|
PureBasic Gadgets |
Top Previous Next |
|
Creates a TextGadget. Used for adding text labels to a Form.
Creates a StringGadget. Used for allowing user to input data.
Creates an EditorGadget. Used for inputting or displaying multiple lines of data.
Creates a ButtonGadget. The button can contain text and triggers an event when pressed.
Creates a ButtonImageGadget. This button can contain a graphic image and triggers an event when pressed.
Creates a CheckBoxGadget. This gadget displays a checkmark when enabled and an empty box when disabled.
Creates an OptionGadget. These gadgets are placed in groups and are used when a single choice is needed from many options. Selecting one option in a group deselects all other options.
Creates a TreeGadget.
Creates a ListViewGadget.
Creates a ListIconGadget. The active part of a ListIconGadget is the titlebar section. Right click this area to Move or Size this Gadget.
Creates a Frame3DGadget.
Creates a ComboBoxGadget.
Creates a TrackBarGadget.
Creates a ProgressBarGadget.
Creates a PanelGadget.
Creates an ImageGadget.
Creates a SpinGadget.
Creates an IPAddressGadget.
Creates a WebGadget.
Creates a HyperLinkGadget.
Creates an ExplorerListGadget.
Creates an ExplorerTreeGadget.
Creates an ExplorerComboGadget.
Creates a ScrollGadget.
Creates a ScrollAreaGadget.
Creates an AreaGadget. |