WaveLinkWidget constants describe the placement, state, and properties of widgets.
|
Constant |
Value |
Description |
|
AUTOSIZE |
0 |
Determine the widget extent automatically |
|
|
|
|
|
BYCELL |
2 |
Position using cell coordinates |
|
BYPERCENTAGE |
3 |
Position using percentage coordinates |
|
BYPIXEL |
1 |
Position using pixel coordinates |
|
|
|
|
|
CENTERJUST |
2 |
Center justify the label |
|
LEFTJUST |
0 |
Left justify the label |
|
RIGHTJUST |
1 |
Right justify the label |
|
|
|
|
|
CHECKED |
1 |
Checked checkbox state |
|
UNCHECKED |
0 |
Unchecked checkbox state |
|
UNDETERMINED |
2 |
Undetermined checkbox state |
|
|
|
|
|
INITDISABLED |
2 |
Initial state is disabled |
|
INITHIDDEN |
1 |
Initial state is hidden |
|
INITSTANDARD |
0 |
Initial state of the widget is standard (shown and enabled) |
|
|
|
|
|
PBFIXED |
0x000040 |
Size each box of push button equally |
|
PBHORIZONTAL |
0x000008 |
Position push button horizontally |
|
PBPROPORTIONAL |
0x000020 |
Size each box of push button to size of its text |
|
PBVERTICAL |
0x000010 |
Position a push button vertically |
|
|
|
|
|
DOWNREPEATER |
4 |
Down arrow repeater button |
|
LEFTREPEATER |
1 |
Left arrow repeater button |
|
RIGHTREPEATER |
2 |
Right arrow repeater button |
|
UPREPEATER |
3 |
Up arrow repeater button |
|
|
|
|
|
ALLWIDGETTYPES |
0 |
Include all widget types |
|
WAVELINKBITMAP |
9 |
Bitmap image widget |
|
WAVELINKBUTTON |
1 |
Button widget |
|
WAVELINKCHECKBOX |
6 |
Checkbox widget |
|
WAVELINKFIELD |
10 |
Field widget (an input box) |
|
WAVELINKHOTSPOT |
2 |
Hotspot widget |
|
WAVELINKLABEL |
8 |
Label widget |
|
WAVELINKMENUBAR |
12 |
Menubar widget |
|
WAVELINKPOPUP |
3 |
Popup trigger widget |
|
WAVELINKPUSHBUTTON |
5 |
Push button widget |
|
WAVELINKREPEATER |
7 |
Repeater button widget |
|
WAVELINKSELECTOR |
4 |
Selector trigger widget |
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other