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