This class manages a FBBoxLayout Vertical (see FBBoxLayout for documentation on how to Add/Remove control). Add method specify the fixed height of a control.
Public Member Functions | |
def | __init__ |
Public Attributes | |
floworientation |
def __init__ | ( | self, | |
floworientation = pyfbsdk.FBAttachType.kFBAttachTop |
|||
) |
floworientation: FBAttachType.kFBAttachTop : all controls added from top to bottom FBAttachType.kFBAttachBottom: all controls added from bottom to top
Reimplemented from FBBoxLayout.
Reimplemented from FBBoxLayout.