.. 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.GDIObject: ========================================================================================================================================== |phoenix_title| **wx.GDIObject** ========================================================================================================================================== This class allows platforms to implement functionality to optimise GDI objects, such as :ref:`wx.Pen`, :ref:`wx.Brush` and :ref:`wx.Font`. On Windows, the underling GDI objects are a scarce resource and are cleaned up when a usage count goes to zero. On some platforms this class may not have any special functionality. Since the functionality of this class is platform-specific, it is not documented here in detail. .. seealso:: :ref:`wx.Pen`, :ref:`wx.Brush`, :ref:`wx.Font` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GDIObject:
| |sub_classes| Known Subclasses ============================== :ref:`wx.Bitmap`, :ref:`wx.Brush`, :ref:`wx.Cursor`, :ref:`wx.Font`, :ref:`wx.Icon`, :ref:`wx.IconBundle`, :ref:`wx.Palette`, :ref:`wx.Pen`, :ref:`wx.Region` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.GDIObject.__init__` Default constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.GDIObject(Object) **Possible constructors**:: GDIObject() This class allows platforms to implement functionality to optimise GDI objects, such as Pen, Brush and Font. .. method:: __init__(self) Default constructor.