wx.HeaderButtonParams¶
This struct
can optionally be used with wx.RendererNative.DrawHeaderButton
to specify custom values used to draw the text or bitmap label.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶
- class wx.HeaderButtonParams(object)¶
Possible constructors:
HeaderButtonParams() -> None
This struct can optionally be used with RendererNative.DrawHeaderButton() to specify custom values used to draw the text or bitmap label.
Methods¶
- __init__(self)¶
- Return type:
None
Properties¶
- m_labelAlignment¶
A public C++ attribute of type
int
.
- m_labelText¶
A public C++ attribute of type
string
.