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