
|
| |
|
|
| |
Widget's layout
With the layout it's possible to manage the Horizontal\Vertical alignment of the widget and the Width\Height layout.
Of continuation some entries of the context menu:
- Horizontal Alignment: It can be: Nothing or Left, Right, Center. If it is Nothing the position of the widget is only the value of the X coordinate. If the Horizontal Alignment is not Nothing it's also possible set an offset value (positive or negative). Of continuation some examples of the Horizontal Alignment (of a button into a panel):
| LEFT |
 |
RIGHT |
| CENTER |
LEFT + Offset (20) |
- Vertical Alignment: It can be: Nothing or Top, Bottom, Center. If it is Nothing the position of the widget is only the value of the Y coordinate. If the Vertical Alignment is not Nothing it's also possible set an offset value (positive or negative). Of continuation some examples of the Vertical Alignment (of a button into a panel):
| TOP |
 |
BOTTOM |
| CENTER |
BOTTOM + Offset (20) |
- Width Layout: It can be: Nothing or Parent relative.. If it is Nothing the width of the widget is only the value of the width. If the Width Layout is not Nothing it's also possible set an offset value (positive or negative). If the value of Layout is Parent relative the width of the widget is equal to the width of the parent.
- Height Layout: It can be: Nothing or Parent relative.. If it is Nothing the height of the widget is only the value of the height. If the Height Layout is not Nothing it's also possible set an offset value (positive or negative). If the value of Layout is Parent relative the height of the widget is equal to the height of the parent.
|
|
| |
|
|
www.age3d.org
|
|
All other trademarks, icons, and logos, shown or mentioned in this site, are property of their respective owners.
COPYRIGHT 2008 BY AGE SOLUTIONS
|