phoenix_title 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 Class Hierarchy

Inheritance diagram for class AuiDefaultToolBarArt:

method_summary Methods Summary

__init__

Clone

DrawBackground

DrawButton

DrawControlLabel

DrawDropDownButton

DrawGripper

DrawLabel

DrawOverflowButton

DrawPlainBackground

DrawSeparator

GetElementSize

GetFlags

GetFont

GetLabelSize

GetTextOrientation

GetToolSize

SetElementSize

SetFlags

SetFont

SetTextOrientation

ShowDropDown


property_summary Properties Summary

Flags

See GetFlags and SetFlags

Font

See GetFont and SetFont

TextOrientation

See GetTextOrientation and SetTextOrientation


api 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:

wx.aui.AuiToolBarArt



DrawBackground(self, dc: DC, wnd: Window, rect: Rect)
Parameters:
Return type:

None



DrawButton(self, dc: DC, wnd: Window, item: AuiToolBarItem, rect: Rect)
Parameters:
Return type:

None



DrawControlLabel(self, dc: DC, wnd: Window, item: AuiToolBarItem, rect: Rect)
Parameters:
Return type:

None



DrawDropDownButton(self, dc: DC, wnd: Window, item: AuiToolBarItem, rect: Rect)
Parameters:
Return type:

None



DrawGripper(self, dc: DC, wnd: Window, rect: Rect)
Parameters:
Return type:

None



DrawLabel(self, dc: DC, wnd: Window, item: AuiToolBarItem, rect: Rect)
Parameters:
Return type:

None



DrawOverflowButton(self, dc: DC, wnd: Window, rect: Rect, state: int)
Parameters:
Return type:

None



DrawPlainBackground(self, dc: DC, wnd: Window, rect: Rect)
Parameters:
Return type:

None



DrawSeparator(self, dc: DC, wnd: Window, rect: Rect)
Parameters:
Return type:

None



GetElementSize(self, element: int)
Parameters:

element (int)

Return type:

int



GetFlags(self)
Return type:

int



GetFont(self)
Return type:

Font



GetLabelSize(self, dc: DC, wnd: Window, item: AuiToolBarItem)
Parameters:
Return type:

Size



GetTextOrientation(self)
Return type:

int



GetToolSize(self, dc: DC, wnd: Window, item: AuiToolBarItem)
Parameters:
Return type:

Size



SetElementSize(self, element_id: int, size: int)
Parameters:
  • element_id (int)

  • size (int)

Return type:

None



SetFlags(self, flags: int)
Parameters:

flags (int)

Return type:

None



SetFont(self, font: Font)
Parameters:

font (wx.Font)

Return type:

None



SetTextOrientation(self, orientation: int)
Parameters:

orientation (int)

Return type:

None



ShowDropDown(self, wnd: Window, items: AuiToolBarItemArray)
Parameters:
  • wnd (wx.Window)

  • items (AuiToolBarItemArray)

Return type:

int


Properties

Flags

See GetFlags and SetFlags



Font

See GetFont and SetFont



TextOrientation

See GetTextOrientation and SetTextOrientation