wx.aui.AuiToolBarArt is part of the AUI
class framework.
See also wx.aui.AuiToolBar and AUI Overview.
Flags |
See GetFlags and SetFlags |
Font |
See GetFont and SetFont |
TextOrientation |
See GetTextOrientation and SetTextOrientation |
wx.aui.
AuiToolBarArt
(object)¶Possible constructors:
AuiToolBarArt()
AuiToolBarArt is part of the AUI
class framework.
__init__
(self)¶Clone
(self)¶Return type: | wx.aui.AuiToolBarArt |
---|
DrawButton
(self, dc, wnd, item, rect)¶Parameters: |
|
---|
DrawControlLabel
(self, dc, wnd, item, rect)¶Parameters: |
|
---|
DrawDropDownButton
(self, dc, wnd, item, rect)¶Parameters: |
|
---|
DrawLabel
(self, dc, wnd, item, rect)¶Parameters: |
|
---|
DrawOverflowButton
(self, dc, wnd, rect, state)¶Parameters: |
---|
DrawPlainBackground
(self, dc, wnd, rect)¶Parameters: |
---|
GetElementSize
(self, element_id)¶Parameters: | element_id (int) – |
---|---|
Return type: | int |
GetFlags
(self)¶Return type: | int |
---|
GetLabelSize
(self, dc, wnd, item)¶Parameters: |
|
---|---|
Return type: | Size |
GetTextOrientation
(self)¶Return type: | int |
---|
GetToolSize
(self, dc, wnd, item)¶Parameters: |
|
---|---|
Return type: | Size |
SetElementSize
(self, element_id, size)¶Parameters: |
|
---|
SetFlags
(self, flags)¶Parameters: | flags (int) – |
---|
SetTextOrientation
(self, orientation)¶Parameters: | orientation (int) – |
---|
ShowDropDown
(self, wnd, items)¶Parameters: |
|
---|---|
Return type: | int |
TextOrientation
¶See GetTextOrientation
and SetTextOrientation