Skip to content
James Bremner edited this page Oct 27, 2019 · 21 revisions

Factory

factory Constructing windows and widgets.

Windows & Widgets

window a top level window

panel A widget that holds other widgets

groupBox A panel displaying a title and box around contents

layout A panel that automatically lays out children in a grid

label a widget that displays a text

button a widget that user can click to initiate an action

checkbox a widget where user can click to set status on or off

radiobutton a widget where user can click to select one of a set of options

editbox a widget where user can enter text

choice a widget where user can select from a dropdown list of options

menu user selects from a list of options

menubar a horizontal bar at the top of window with menu items.

propertyGrid a collection of widgets where user can edit name-value pairs.

inputBox a popup window where user can enter values for name-value pairs

msgbox a popup window displaying a text

filebox a popup window where user can browse folders and select a file.

Drawing

shapes Draw shapes ( lines, rectangles, ... )

Events

events Handle clicks on widgets

Clone this wiki locally