]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/gdiobj.tex
Small mods to manual
[wxWidgets.git] / docs / latex / wx / gdiobj.tex
... / ...
CommitLineData
1\section{\class{wxGDIObject}}\label{wxgdiobject}
2
3This class allows platforms to implement functionality to optimise GDI objects, such
4as wxPen, wxBrush and wxFont. On Windows, the underling GDI objects are a scarce resource
5and are cleaned up when a usage count goes to zero. On some platforms this
6class may not have any special functionality.
7
8Since 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{See also}
15
16\helpref{wxPen}{wxpen}, \helpref{wxBrush}{wxbrush}, \helpref{wxFont}{wxfont}
17
18\latexignore{\rtfignore{\wxheading{Members}}}
19
20\membersection{wxGDIObject::wxGDIObject}\label{wxgdiobjectconstr}
21
22\func{}{wxGDIObject}{\void}
23
24Default constructor.
25
26