]>
git.saurik.com Git - wxWidgets.git/blob - interface/gdiobj.h
4c8553044336e91933d6c1ac8f724e318bd87b25
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: documentation for wxGDIObject class
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
13 This class allows platforms to implement functionality to optimise GDI objects,
15 as wxPen, wxBrush and wxFont. On Windows, the underling GDI objects are a
17 and are cleaned up when a usage count goes to zero. On some platforms this
18 class may not have any special functionality.
20 Since the functionality of this class is platform-specific, it is not
21 documented here in detail.
27 wxPen, wxBrush, wxFont
29 class wxGDIObject
: public wxObject