PureBasic Gadgets

Top  Previous  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 checkmark 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 deselects all other options.

 

 

tree

Creates a TreeGadget.

 

 

listview

Creates a ListViewGadget.

 

 

listicon

Creates a ListIconGadget.

The active part of a ListIconGadget is the titlebar section. Right click this area to Move or Size this Gadget.

 

 

frame3d

Creates a Frame3DGadget.

 

 

combobox

Creates a ComboBoxGadget.

 

 

trackbar

Creates a TrackBarGadget.

 

 

progress

Creates a ProgressBarGadget.

 

 

panel

Creates a PanelGadget.

 

 

image

Creates an ImageGadget.

 

 

spingadget

Creates a SpinGadget.

 

 

ipaddress

Creates an IPAddressGadget.

 

 

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.

 

 

container

Creates an AreaGadget.