wx.aui.AuiDefaultToolBarArt¶
wx.aui.AuiDefaultToolBarArt is part of the AUI
class framework.
See also wx.aui.AuiToolBarArt , wx.aui.AuiToolBar and AUI Overview.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
Class API¶
- class wx.aui.AuiDefaultToolBarArt(AuiToolBarArt)¶
Possible constructors:
AuiDefaultToolBarArt() -> None
AuiDefaultToolBarArt is part of the
AUI
class framework.
Methods¶
- __init__(self)¶
- Return type:
None
- Clone(self)¶
- Return type:
- DrawBackground(self, dc, wnd, rect)¶
- DrawButton(self, dc, wnd, item, rect)¶
- Parameters:
dc (wx.DC)
wnd (wx.Window)
item (wx.aui.AuiToolBarItem)
rect (wx.Rect)
- Return type:
None
- DrawControlLabel(self, dc, wnd, item, rect)¶
- Parameters:
dc (wx.DC)
wnd (wx.Window)
item (wx.aui.AuiToolBarItem)
rect (wx.Rect)
- Return type:
None
- DrawDropDownButton(self, dc, wnd, item, rect)¶
- Parameters:
dc (wx.DC)
wnd (wx.Window)
item (wx.aui.AuiToolBarItem)
rect (wx.Rect)
- Return type:
None
- DrawGripper(self, dc, wnd, rect)¶
- DrawLabel(self, dc, wnd, item, rect)¶
- Parameters:
dc (wx.DC)
wnd (wx.Window)
item (wx.aui.AuiToolBarItem)
rect (wx.Rect)
- Return type:
None
- DrawOverflowButton(self, dc, wnd, rect, state)¶
- DrawPlainBackground(self, dc, wnd, rect)¶
- DrawSeparator(self, dc, wnd, rect)¶
- GetElementSize(self, element)¶
- Parameters:
element (int)
- Return type:
int
- GetFlags(self)¶
- Return type:
int
- GetLabelSize(self, dc, wnd, item)¶
- Parameters:
dc (wx.DC)
wnd (wx.Window)
item (wx.aui.AuiToolBarItem)
- Return type:
Size
- GetTextOrientation(self)¶
- Return type:
int
- GetToolSize(self, dc, wnd, item)¶
- Parameters:
dc (wx.DC)
wnd (wx.Window)
item (wx.aui.AuiToolBarItem)
- Return type:
Size
- SetElementSize(self, element_id, size)¶
- Parameters:
element_id (int)
size (int)
- Return type:
None
- SetFlags(self, flags)¶
- Parameters:
flags (int)
- Return type:
None
- SetTextOrientation(self, orientation)¶
- Parameters:
orientation (int)
- Return type:
None
- ShowDropDown(self, wnd, items)¶
- Parameters:
wnd (wx.Window)
items (AuiToolBarItemArray)
- Return type:
int
Properties¶
- TextOrientation¶
See
GetTextOrientation
andSetTextOrientation