STRUCT QIK_GENERIC_BUILDING_BLOCK_COLUMN
Support
Description
More information about this subject is available in the UIQ Developer Library.
LONG slot_id = -1; | The ID of the slot |
STRUCT rows[]; | A struct o type QIK_GENERIC_BUILDING_BLOCK_ROW See also:
|
BYTE grabweight = 0; | Used when determining how extra space should be devided between columns.
The weight is relative so if, for instance, two controls have a grab
weight of three and six, one will be given one third, and the other two thirds. |
BYTE horizontal_alignment = EQikLayoutHAlignInherit; | See also:
|
BYTE vertical_alignment = EQikLayoutVAlignInherit; | See also:
|
BYTE left_margin = 0; | The left margin of the building block column. See also:
|
BYTE right_margin = 0; | The right margin of the building block column. See also:
|
BYTE top_margin = 0; | The top margin of the building block column. See also:
|
BYTE bottom_margin = 0; | The bottom margin of the building block column. See also:
|
BYTE max_num = 1; | Maximum number of slots. |
BYTE auto_wrapping = 1; | Can be turned on by setting auto_wrapping to 1 and turned of by setting it to 0. |
BYTE number_of_visible_lines = 0; | The number of visible lines in the building block column, unlimited if set to 0. |
BYTE control_internal_alignment = EQikAlignHLeftVCenter; |
Sets the internal alignment of a control which is an MEikAlignedControl,
to guide the control where to position its contents.
The alignment is specified by values defined in the type TQikBuildingBlockControlInternalAlignment.
See also:
|
BYTE fixed_width = -1; | Size in pixels, supports the logical sizes of the layout managers. See also:
|
BYTE fixed_height = -1; | Size in pixels, supports the logical sizes of the layout managers. See also:
| |