]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/gdiobj.tex
merged 2.2 branch
[wxWidgets.git] / docs / latex / wx / gdiobj.tex
1 \section{\class{wxGDIObject}}\label{wxgdiobject}
2
3 This class allows platforms to implement functionality to optimise GDI objects, such
4 as wxPen, wxBrush and wxFont. On Windows, the underling GDI objects are a scarce resource
5 and are cleaned up when a usage count goes to zero. On some platforms this
6 class may not have any special functionality.
7
8 Since the functionality of this class is platform-specific, it is not documented here in detail.
9
10 \wxheading{Derived from}
11
12 \helpref{wxObject}{wxobject}
13
14 \wxheading{Include files}
15
16 <wx/gdiobj.h>
17
18 \wxheading{See also}
19
20 \helpref{wxPen}{wxpen}, \helpref{wxBrush}{wxbrush}, \helpref{wxFont}{wxfont}
21
22 \latexignore{\rtfignore{\wxheading{Members}}}
23
24 \membersection{wxGDIObject::wxGDIObject}\label{wxgdiobjectconstr}
25
26 \func{}{wxGDIObject}{\void}
27
28 Default constructor.
29
30