This class manages a FBBoxLayout Horizontal (see FBBoxLayout for documentation on how to Add/Remove control). Add method specify the fixed width of a control.
Public Member Functions | |
def | __init__ |
Public Attributes | |
floworientation |
def __init__ | ( | self, | |
floworientation = pyfbsdk.FBAttachType.kFBAttachLeft |
|||
) |
floworientation: FBAttachType.kFBAttachLeft : all controls added from left to right -> FBAttachType.kFBAttachRight: all controls added from right to left <-
Reimplemented from FBBoxLayout.
Reimplemented from FBBoxLayout.