Phoenix Logo

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

Inheritance diagram for class HeaderButtonParams:


method_summary Methods Summary

__init__  

property_summary Properties Summary

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 .

api Class API



class 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.


Methods



__init__(self)

Properties



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 .