Make Widget |
Widget
Description |
Get Results |
WGBOX |
Box
of toggle buttons - only one can be selected |
GWGBOX |
WGBUT |
Single
button with label - click to turn on or off |
GWGBUT |
WGDLIS |
Dropping
list - like WGLIS but saves screen space |
GWGLIS |
WGDRAW |
Drawing
widget for DISLIN graphics - see later section for details |
|
WGFIL |
File
selection widget returns filename |
GWGFIL |
WGLAB |
Label
which just displays character string |
|
WGLIS |
List
widget - select one item from those displayed |
GWGLIS |
WGLTXT |
Labelled
text box for input |
GWGTXT |
WGOK |
Displays just an OK button - if pressed the
GUI display ends, execution continues |
|
WGQUIT |
Display
just a QUIT button - if pressed the program terminates |
|
WGPBUT |
Push
button with label |
GWGBUT |
WGPOP |
Pop-up
menu in menu-bar: create entries with WGAPP, needs call-back
routine |
|
WGSCL |
Scale-bar
- horizontal or vertical |
GWGSCL |
WGSTXT |
Scrolled
text output - can create entries with SWGTXT |
|