formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_align_enum

Description

Bit flags that are used to indicate the alignment of fuim items and groups. To set a variable with a bit flag, see FZ_SETBIT, FZ_CLRBIT, FZ_CHKBIT. Alternatively, the constants below could be used.

enum fz_fuim_align_enum {

FZ_FUIM_ALIGN_HTOP_BIT,

FZ_FUIM_ALIGN_HCNT_BIT,

FZ_FUIM_ALIGN_HBOT_BIT,

FZ_FUIM_ALIGN_HEQU_BIT,

FZ_FUIM_ALIGN_VLFT_BIT,

FZ_FUIM_ALIGN_VCNT_BIT,

FZ_FUIM_ALIGN_VRGT_BIT,

FZ_FUIM_ALIGN_VEQU_BIT,

FZ_FUIM_ALIGN_MAX_BIT,

FZ_FUIM_ALIGN_MIN_BIT };

Members

FZ_FUIM_ALIGN_HTOP_BIT

Indicates horizontally laid out groups/items are to be aligned by their top edges.

FZ_FUIM_ALIGN_HCNT_BIT

Indicates horizontally laid out groups/items are to be aligned by their centers.

FZ_FUIM_ALIGN_HBOT_BIT

Indicates horizontally laid out groups/items are to be aligned by their bottom edges.

FZ_FUIM_ALIGN_HEQU_BIT

Indicates horizontally laid out groups/items are to be equally sized.

FZ_FUIM_ALIGN_VLFT_BIT

Indicates vertically laid out groups/items are to be aligned by their left edges.

FZ_FUIM_ALIGN_VCNT_BIT

Indicates vertically laid out groups/items are to be aligned by their centers.

FZ_FUIM_ALIGN_VRGT_BIT

Indicates vertically laid out groups/items are to be aligned by their right edges.

FZ_FUIM_ALIGN_VEQU_BIT

Indicates vertically laid out groups/items are to be equally sized.

FZ_FUIM_ALIGN_MAX_BIT

Indicates to use the groups maximum dimensions.

FZ_FUIM_ALIGN_MIN_BIT

Indicates to use the groups minimum dimensions.

Availability

5.0.0.0

See Also

FZ_FUIM_ALIGN_HTOP, FZ_FUIM_ALIGN_HCNT, FZ_FUIM_ALIGN_HBOT, FZ_FUIM_ALIGN_HEQU, FZ_FUIM_ALIGN_VLFT, FZ_FUIM_ALIGN_VCNT, FZ_FUIM_ALIGN_VRGT, FZ_FUIM_ALIGN_VEQU, FZ_FUIM_ALIGN_MAX, FZ_FUIM_ALIGN_MIN, , fz_fuim_script_item_align

Defined in

fz_fuim_api.h