A sizer which lays out component left to right top to bottom. More...
Public Member Functions | |
| def | __init__ (self) |
| Initializes the object: More... | |
| def | CalcMin (self) |
| Calculates the minimum size needed by the sizer. More... | |
| def | RecalcSizes (self) |
| Layout the contents of the sizer based on the sizer's current size and position. More... | |
Properties | |
| height = property | |
Private Member Functions | |
| def | _is_error_width (self, dx) |
| def | _send_resize_event (self) |
| def | height (self) |
Private Attributes | |
| _frozen | |
| _height | |
| _needed_size | |
Static Private Attributes | |
| int | _DEFAUL_WIDTH |
A sizer which lays out component left to right top to bottom.
Java uses these quite heavily
Definition at line 36 of file flowsizer.py.
| def robotide.editor.flowsizer.HorizontalFlowSizer.__init__ | ( | self | ) |
Initializes the object:
Definition at line 45 of file flowsizer.py.
|
private |
Definition at line 101 of file flowsizer.py.
|
private |
Definition at line 97 of file flowsizer.py.
| def robotide.editor.flowsizer.HorizontalFlowSizer.CalcMin | ( | self | ) |
Calculates the minimum size needed by the sizer.
Definition at line 54 of file flowsizer.py.
|
private |
Definition at line 112 of file flowsizer.py.
| def robotide.editor.flowsizer.HorizontalFlowSizer.RecalcSizes | ( | self | ) |
Layout the contents of the sizer based on the sizer's current size and position.
Definition at line 61 of file flowsizer.py.
|
staticprivate |
Definition at line 40 of file flowsizer.py.
|
private |
Definition at line 47 of file flowsizer.py.
|
private |
Definition at line 49 of file flowsizer.py.
|
private |
Definition at line 48 of file flowsizer.py.
|
static |
Definition at line 110 of file flowsizer.py.