.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.HeaderButtonParams:
==========================================================================================================================================
|phoenix_title| **wx.HeaderButtonParams**
==========================================================================================================================================
This ``struct`` can optionally be used with :meth:`wx.RendererNative.DrawHeaderButton` to specify custom values used to draw the text or bitmap label.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
HeaderButtonParams:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.HeaderButtonParams.__init__`
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.HeaderButtonParams.m_arrowColour` A public C++ attribute of type `~wx.Colour` .
:attr:`~wx.HeaderButtonParams.m_labelAlignment` A public C++ attribute of type ``int``.
:attr:`~wx.HeaderButtonParams.m_labelBitmap` A public C++ attribute of type `~wx.Bitmap` .
:attr:`~wx.HeaderButtonParams.m_labelColour` A public C++ attribute of type `~wx.Colour` .
:attr:`~wx.HeaderButtonParams.m_labelFont` A public C++ attribute of type `~wx.Font` .
:attr:`~wx.HeaderButtonParams.m_labelText` A public C++ attribute of type ``string``.
:attr:`~wx.HeaderButtonParams.m_selectionColour` A public C++ attribute of type `~wx.Colour` .
================================================================================ ================================================================================
|
|api| 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.
.. method:: __init__(self)
:rtype: `None`
.. attribute:: m_arrowColour
A public C++ attribute of type `~wx.Colour` .
.. attribute:: m_labelAlignment
A public C++ attribute of type ``int``.
.. attribute:: m_labelBitmap
A public C++ attribute of type `~wx.Bitmap` .
.. attribute:: m_labelColour
A public C++ attribute of type `~wx.Colour` .
.. attribute:: m_labelFont
A public C++ attribute of type `~wx.Font` .
.. attribute:: m_labelText
A public C++ attribute of type ``string``.
.. attribute:: m_selectionColour
A public C++ attribute of type `~wx.Colour` .