| Method Summary |
| |
__init__(self)
|
| |
__repr__(self)
|
| |
AddCheckLabelTool(self,
id,
label,
bitmap,
bmpDisabled,
shortHelp,
longHelp,
clientData)
Add a check tool, i.e. |
| |
AddCheckTool(self,
id,
bitmap,
bmpDisabled,
shortHelp,
longHelp,
clientData)
Add a check tool, i.e. |
| ToolBarToolBase |
AddControl(self,
control)
|
| |
AddLabelTool(self,
id,
label,
bitmap,
bmpDisabled,
kind,
shortHelp,
longHelp,
clientData)
The full AddTool() function. |
| |
AddRadioLabelTool(self,
id,
label,
bitmap,
bmpDisabled,
shortHelp,
longHelp,
clientData)
Add a radio tool, i.e. |
| |
AddRadioTool(self,
id,
bitmap,
bmpDisabled,
shortHelp,
longHelp,
clientData)
Add a radio tool, i.e. |
| ToolBarToolBase |
AddSeparator(self)
|
| |
AddSimpleTool(self,
id,
bitmap,
shortHelpString,
longHelpString,
isToggle)
Old style method to add a tool to the toolbar. |
| |
AddTool(self,
id,
bitmap,
pushedBitmap,
isToggle,
clientData,
shortHelpString,
longHelpString)
Old style method to add a tool to the toolbar. |
| ToolBarToolBase |
AddToolItem(self,
tool)
|
| |
ClearTools(self)
|
| bool |
DeleteTool(self,
id)
|
| bool |
DeleteToolByPos(self,
pos)
|
| ToolBarToolBase |
DoAddTool(self,
id,
label,
bitmap,
bmpDisabled,
kind,
shortHelp,
longHelp,
clientData)
|
| ToolBarToolBase |
DoInsertTool(self,
pos,
id,
label,
bitmap,
bmpDisabled,
kind,
shortHelp,
longHelp,
clientData)
|
| |
EnableTool(self,
id,
enable)
|
| ToolBarToolBase |
FindById(self,
toolid)
|
| Control |
FindControl(self,
id)
|
| ToolBarToolBase |
FindToolForPosition(self,
x,
y)
|
| Size |
GetMargins(self)
|
| int |
GetMaxCols(self)
|
| int |
GetMaxRows(self)
|
| Size |
GetToolBitmapSize(self)
|
| PyObject |
GetToolClientData(self,
id)
|
| bool |
GetToolEnabled(self,
id)
|
| String |
GetToolLongHelp(self,
id)
|
| Size |
GetToolMargins(self)
|
| int |
GetToolPacking(self)
|
| int |
GetToolPos(self,
id)
|
| int |
GetToolSeparation(self)
|
| String |
GetToolShortHelp(self,
id)
|
| Size |
GetToolSize(self)
|
| bool |
GetToolState(self,
id)
|
| ToolBarToolBase |
InsertControl(self,
pos,
control)
|
| |
InsertLabelTool(self,
pos,
id,
label,
bitmap,
bmpDisabled,
kind,
shortHelp,
longHelp,
clientData)
Insert the new tool at the given position, if pos == GetToolsCount(), it
is equivalent to AddTool() |
| ToolBarToolBase |
InsertSeparator(self,
pos)
|
| |
InsertSimpleTool(self,
pos,
id,
bitmap,
shortHelpString,
longHelpString,
isToggle)
Old style method to insert a tool in the toolbar. |
| |
InsertTool(self,
pos,
id,
bitmap,
pushedBitmap,
isToggle,
clientData,
shortHelpString,
longHelpString)
Old style method to insert a tool in the toolbar. |
| ToolBarToolBase |
InsertToolItem(self,
pos,
tool)
|
| bool |
IsVertical(self)
|
| bool |
Realize(self)
|
| ToolBarToolBase |
RemoveTool(self,
id)
|
| |
SetMargins(self,
size)
|
| |
SetMarginsXY(self,
x,
y)
|
| |
SetMaxRowsCols(self,
rows,
cols)
|
| |
SetRows(self,
nRows)
|
| |
SetToggle(self,
id,
toggle)
|
| |
SetToolBitmapSize(self,
size)
|
| |
SetToolClientData(self,
id,
clientData)
|
| |
SetToolLongHelp(self,
id,
helpString)
|
| |
SetToolPacking(self,
packing)
|
| |
SetToolSeparation(self,
separation)
|
| |
SetToolShortHelp(self,
id,
helpString)
|
| |
ToggleTool(self,
id,
toggle)
|