dialog-layout latest
|
Structure representing a dialog layout. More...
Public Attributes | |
int | width |
int | height |
int | n_controls |
LAYOUT_ITEM_LIST * | control_layout |
Structure representing a dialog layout.
This structure holds information about the size of the dialog and the layout information for its controls. The details of the control layout array depend on the specific implementation and resource data.
LAYOUT_ITEM_LIST* LAYOUT::control_layout |
int LAYOUT::height |
int LAYOUT::n_controls |
int LAYOUT::width |