4
Assignment # 1 List Box A GUI (graphical user interface) widget that allows the user to select one or more items from a list contained within a static, multiple line text box. Text Box A text box is an object that lets you put and type text anywhere in your file.

MOMO

Embed Size (px)

DESCRIPTION

Ok

Citation preview

Page 1: MOMO

Assignment # 1

List Box

A GUI (graphical user interface) widget that allows the user to select one or more items from a

list contained within a static, multiple line text box.

Text Box

A text box is an object that lets you put and type text anywhere in your file.

Page 2: MOMO

Check Box

A checkbox (check box, tickbox, tick box) is a Graphical control element that permits

the user to make a binary choice, i.e. a choice between one of two possible mutually exclusive

options. For example, the user may have to answer 'yes' (checked) or 'no' (not checked) on a

simple yes/no question

Page 3: MOMO

Slide Box

A slide box is a multi page container where each page can be swiped or dragged between.

Page 4: MOMO

Spin Box

A spin box or spin button is a form field that enables users to increase or decrease the number

value in the text field by a specific increment (often by 1, 5 or 10) via clicking an up or down

arrow buttons