Layout hints for child widgets

enum Layout hints for child widgets


[more] LAYOUT_NORMAL
Default layout mode
[more] LAYOUT_SIDE_TOP
Pack on top side (default)
[more] LAYOUT_SIDE_BOTTOM
Pack on bottom side
[more] LAYOUT_SIDE_LEFT
Pack on left side
[more] LAYOUT_SIDE_RIGHT
Pack on right side
[more] LAYOUT_FILL_COLUMN
Matrix column is stretchable
[more] LAYOUT_FILL_ROW
Matrix row is stretchable
[more] LAYOUT_LEFT
Stick on left (default)
[more] LAYOUT_RIGHT
Stick on right
[more] LAYOUT_CENTER_X
Center horizontally
[more] LAYOUT_FIX_X
X fixed
[more] LAYOUT_TOP
Stick on top (default)
[more] LAYOUT_BOTTOM
Stick on bottom
[more] LAYOUT_CENTER_Y
Center vertically
[more] LAYOUT_FIX_Y
Y fixed
[more] LAYOUT_FIX_WIDTH
Width fixed
[more] LAYOUT_FIX_HEIGHT
height fixed
[more] LAYOUT_MIN_WIDTH
Minimum width is the default
[more] LAYOUT_MIN_HEIGHT
Minimum height is the default
[more] LAYOUT_FILL_X
Stretch or shrink horizontally
[more] LAYOUT_FILL_Y
Stretch or shrink vertically


Documentation

Layout hints for child widgets
o LAYOUT_NORMAL
Default layout mode

o LAYOUT_SIDE_TOP
Pack on top side (default)

o LAYOUT_SIDE_BOTTOM
Pack on bottom side

o LAYOUT_SIDE_LEFT
Pack on left side

o LAYOUT_SIDE_RIGHT
Pack on right side

o LAYOUT_FILL_COLUMN
Matrix column is stretchable

o LAYOUT_FILL_ROW
Matrix row is stretchable

o LAYOUT_LEFT
Stick on left (default)

o LAYOUT_RIGHT
Stick on right

o LAYOUT_CENTER_X
Center horizontally

o LAYOUT_FIX_X
X fixed

o LAYOUT_TOP
Stick on top (default)

o LAYOUT_BOTTOM
Stick on bottom

o LAYOUT_CENTER_Y
Center vertically

o LAYOUT_FIX_Y
Y fixed

o LAYOUT_FIX_WIDTH
Width fixed

o LAYOUT_FIX_HEIGHT
height fixed

o LAYOUT_MIN_WIDTH
Minimum width is the default

o LAYOUT_MIN_HEIGHT
Minimum height is the default

o LAYOUT_FILL_X
Stretch or shrink horizontally

o LAYOUT_FILL_Y
Stretch or shrink vertically

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.