************ wx.GDIObject ************ Inheritance diagram for `wx.GDIObject`: | .. inheritance-diagram:: wx.GDIObject | Description =========== This class allows platforms to implement functionality to optimise GDI objects, such as `wx.Pen `_, `wx.Brush `_ and `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:: `wx.Pen `_ , `wx.Brush `_ , `wx.Font `_ Derived From ^^^^^^^^^^^^^ * `wx.Object `_ Known Subclasses ^^^^^^^^^^^^^^^^ `wx.Bitmap `_, `wx.Brush `_, `wx.Cursor `_, `wx.Font `_, `wx.Icon `_, `wx.Palette `_, `wx.Pen `_, `wx.Region `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `IsNull <#IsNull>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `No docstrings available for this method.` -------- .. method:: IsNull() `No docstrings available for this method.`