require'winapi.groupboxclass'
This module implements the GroupBox
class for creating group boxes.
GroupBox
Hierarchy
Initial fields and properties
NOTE: in the table below i
means initial field, r
means property which can be read, w
means property which can be set.
field/property |
irw |
description |
default |
reference |
text |
irw |
group box’s title |
‘Group’ |
Get/SetWindowText |
w, h |
irw |
size |
200, 100 |
|
tabstop |
irw |
focus on tab |
false |
WS_TABSTOP |
align |
irw |
‘left’, ‘right’, ‘center’ |
‘left’ |
BS_LEFT/RIGHT/CENTER |
flat |
irw |
flat appearance |
false |
BS_FLAT |
Last updated:
3 years ago
|
Edit on GitHub