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()

AuiDefaultToolBarArt is part of the AUI class framework.

__init__(self)
Clone(self)
Return type

wx.aui.AuiToolBarArt

DrawBackground(self, dc, wnd, rect)
Parameters
DrawButton(self, dc, wnd, item, rect)
Parameters
DrawControlLabel(self, dc, wnd, item, rect)
Parameters
DrawDropDownButton(self, dc, wnd, item, rect)
Parameters
DrawGripper(self, dc, wnd, rect)
Parameters
DrawLabel(self, dc, wnd, item, rect)
Parameters
DrawOverflowButton(self, dc, wnd, rect, state)
Parameters
DrawPlainBackground(self, dc, wnd, rect)
Parameters
DrawSeparator(self, dc, wnd, rect)
Parameters
GetElementSize(self, element)
Parameters

element (int) –

Return type

int

GetFlags(self)
Return type

int

GetFont(self)
Return type

Font

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
  • element_id (int) –

  • size (int) –

SetFlags(self, flags)
Parameters

flags (int) –

SetFont(self, font)
Parameters

font (wx.Font) –

SetTextOrientation(self, orientation)
Parameters

orientation (int) –

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

  • items (AuiToolBarItemArray) –

Return type

int

Flags

See GetFlags and SetFlags

Font

See GetFont and SetFont

TextOrientation

See GetTextOrientation and SetTextOrientation