#include
<class_u_i_1_1_linear_container.h>

Public Member Functions |
|
| __init__ () | |
| __del__ () | |
| setSpacing () | |
| spacing () | |
| setAlignment () | |
| alignment () | |
| setVertical () | |
| vertical () | |
| layout () | |
| This method causes this container to layout
its controls. |
|
Public Attributes |
|
| string | kTopAlignment = "Top" |
| string | kLeftAlignment = "Left" |
| string | kCenterAlignment = "Center" |
| string | kBottomAlignment = "Bottom" |
| string | kRightAlignment = "Right" |
| UI.LinearContainer.__init__ | ( | ) |
Reimplemented from UI.Container.
| UI.LinearContainer.__del__ | ( | ) |
Reimplemented from UI.Container.
| UI.LinearContainer.setSpacing | ( | ) |
| UI.LinearContainer.spacing | ( | ) |
| UI.LinearContainer.setAlignment | ( | ) |
| UI.LinearContainer.alignment | ( | ) |
| UI.LinearContainer.setVertical | ( | ) |
| UI.LinearContainer.vertical | ( | ) |
| UI.LinearContainer.layout | ( | ) |
This method causes this container to layout its controls.
Each specific type of container will have its own layout policy. Derived containers should override this method.
Reimplemented from UI.Container.
| string UI.LinearContainer.kTopAlignment = "Top" |
| string UI.LinearContainer.kLeftAlignment = "Left" |
| string UI.LinearContainer.kCenterAlignment = "Center" |
| string UI.LinearContainer.kBottomAlignment = "Bottom" |
| string UI.LinearContainer.kRightAlignment = "Right" |