This struct
can optionally be used with wx.RendererNative.DrawHeaderButton
to specify custom values used to draw the text or bitmap label.
m_arrowColour |
A public C++ attribute of type Colour . |
m_labelAlignment |
A public C++ attribute of type int . |
m_labelBitmap |
A public C++ attribute of type Bitmap . |
m_labelColour |
A public C++ attribute of type Colour . |
m_labelFont |
A public C++ attribute of type Font . |
m_labelText |
A public C++ attribute of type string . |
m_selectionColour |
A public C++ attribute of type Colour . |
wx.
HeaderButtonParams
(object)¶Possible constructors:
HeaderButtonParams()
This struct can optionally be used with RendererNative.DrawHeaderButton() to specify custom values used to draw the text or bitmap label.
__init__
(self)¶m_labelAlignment
¶A public C++ attribute of type int
.
m_labelText
¶A public C++ attribute of type string
.