User`s guide
11 Lay Out a Programmatic GUI
The Position property is a four-element vecto r that spe cifies the location of
the GUI on the screen and its size: [distance from left, distance from bottom,
width, height]. Default units are pixels.
If the figure were visible, i t would look like this:
The next topic, “Add Components to a Programm atic GUI” on page 11-9,
shows you how to add push buttons, axes, and other components to the GUI.
“Create Menus for a Programmatic GUI” on page 11-75 shows you how to
create toolbar and context menus. “Create Toolbars for Programmatic GUIs”
on page 11-88 shows you how to add your own toolbar to a GUI.
11-8