PureBasic Gadgets
Previous  Top  Next

text
Creates a TextGadget.
Used for adding text labels to a Form.


string
Creates a StringGadget.
Used for allowing user to input data.


editor
Creates an EditorGadget.
Used for inputting or displaying multiple lines of data.


button
Creates a ButtonGadget.
The button can contain text and triggers an event when pressed.


buttonimage
Creates a ButtonImageGadget.
This button can contain a graphic image and triggers an event when pressed.


checkbox
Creates a CheckBoxGadget.
This gadget displays a check mark when enabled and an empty box when disabled.


option
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 deselect's all other options.


tree
Creates a TreeGadget.


listview
Creates a ListViewGadget.


listicon
Creates a ListIconGadget.
The active part of a ListIconGadget is the title bar section. Right click this area to Move or Size this Gadget.


frame3d
Creates a Frame3DGadget.


combobox
Creates a ComboBoxGadget.


trackbar
Creates a TrackBarGadget.


spingadget
Creates a SpinGadget.


progress
Creates a ProgressBarGadget.


panel
Creates a PanelGadget.
A PanelGadget contains Tabs which more Gadgets can be placed. Select the Tab in the GadgetTree to place Gadgets on that Tab.
Container type Gadgets (PanelGadget, ScrollAreaGadget, ContainerGadet) cannot be placed inside a PanelGadget.


clip0017
Creates a CanvasGadget.


image
Creates an ImageGadget.


clip0018
Places an OpenGL canvas on the current Form.


directx
Places a DirectX screen on the current Form. A single project can only contain one instance of a DirectX screen.
Exported code will be OpenWindowedScreen()


ipaddress
Creates an IPAddressGadget.


_SHORTCUT
Creates a ShortcutGadget.


web
Creates a WebGadget.


hyperlink
Creates a HyperLinkGadget.


explorerlist
Creates an ExplorerListGadget.


explorertree
Creates an ExplorerTreeGadget.


explorercombo
Creates an ExplorerComboGadget.


scrollbar
Creates a ScrollGadget.


scrollarea
Creates a ScrollAreaGadget.
A ScrollAreaGadget contains an Area which more Gadgets can be placed. Select the Area in the GadgetTree to place Gadgets on that Area.
Container type Gadgets (PanelGadget, ScrollAreaGadget, ContainerGadet) cannot be placed inside a ScrollAreaGadget.


container
Creates an ContainerGadget.
A ContainerGadget contains an Area which more Gadgets can be placed. Select the Area in the GadgetTree to place Gadgets on that Area.
Container type Gadgets (PanelGadget, ScrollAreaGadget, ContainerGadet) cannot be placed inside a ContainerGadget.


clip0019
Creates a CalendarGadget.


clip0020
Creates a DateGadget.