#include <mobu-python-api.h>
__init__ | ( | ) |
Python Docstring:
__init__( (object)arg1, (str)arg2 [, (object)arg3]) -> None
__reduce__ | ( | ) |
GetPossibleDockPosition | ( | ) |
Python Docstring:
GetPossibleDockPosition( (FBTool)arg1) -> FBToolPossibleDockPosition
SetPossibleDockPosition | ( | ) |
Python Docstring:
SetPossibleDockPosition( (FBTool)arg1, (FBToolPossibleDockPosition)arg2) -> None
MaxSizeX |
Read Property: (int) Maximum Size in X (Disabled in this version). A value of -1 means no maximum size.
MaxSizeY |
(int) Maximum Size in Y (Disabled in this version). A value of -1 means no maximum size.
MinSizeX |
Read Property: (int) Minimum Size in X. A value of -1 means no minimum value.
MinSizeY |
Read Property: (int) Minimum Size in Y. A value of -1 means no minimum value.
StartPosX |
Read Property: (int) Starting Position in X. This is the initial position when the tool is opened. Default = 450
StartPosY |
Read Property: (int) Starting Position in Y. This is the initial position when the tool is opened. Default = 450
StartSizeX |
Read Property: (int) Starting Size. This is the initial size in X when the tool is opened. Default = 800
StartSizeY |
Read Property: (int) Starting Size. This is the initial size in Y when the tool is opened. Default = 400
ToolName |
Read Property: (str) Tool Name