.. 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.FontPickerEvent:
==========================================================================================================================================
|phoenix_title| **wx.FontPickerEvent**
==========================================================================================================================================
This event class is used for the events generated by :ref:`wx.FontPickerCtrl`.
.. _FontPickerEvent-events:
|events| Events Emitted by this Class
=====================================
Handlers bound for the following event types will receive a :ref:`wx.FontPickerEvent` parameter.
- EVT_FONTPICKER_CHANGED: Generated whenever the selected font changes.
.. seealso:: :ref:`wx.FontPickerCtrl`
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
FontPickerEvent:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.FontPickerEvent.__init__` The constructor is not normally used by the user code.
:meth:`~wx.FontPickerEvent.GetFont` Retrieve the font the user has just selected.
:meth:`~wx.FontPickerEvent.SetFont` Set the font associated with the event.
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.FontPickerEvent.Font` See :meth:`~wx.FontPickerEvent.GetFont` and :meth:`~wx.FontPickerEvent.SetFont`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.FontPickerEvent(CommandEvent)
**Possible constructors**::
FontPickerEvent(generator : Object, id : int, font : Font) -> None
This event class is used for the events generated by FontPickerCtrl.
.. method:: __init__(self, generator : Object, id : int, font : Font)
The constructor is not normally used by the user code.
:param `generator`:
:type `generator`: wx.Object
:param `id`:
:type `id`: int
:param `font`:
:type `font`: wx.Font
:rtype: `None`
.. method:: GetFont(self)
Retrieve the font the user has just selected.
:rtype: :ref:`wx.Font`
.. method:: SetFont(self, f : Font)
Set the font associated with the event.
:param `f`:
:type `f`: wx.Font
:rtype: `None`
.. attribute:: Font
See :meth:`~wx.FontPickerEvent.GetFont` and :meth:`~wx.FontPickerEvent.SetFont`