]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/gdiobj.tex
Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for now)
[wxWidgets.git] / docs / latex / wx / gdiobj.tex
CommitLineData
a660d684
KB
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
954b8ae6
JS
14\wxheading{Include files}
15
16<wx/gdiobj.h>
17
a7af285d
VZ
18\wxheading{Library}
19
20\helpref{wxCore}{librarieslist}
21
a660d684
KB
22\wxheading{See also}
23
24\helpref{wxPen}{wxpen}, \helpref{wxBrush}{wxbrush}, \helpref{wxFont}{wxfont}
25
26\latexignore{\rtfignore{\wxheading{Members}}}
27
28\membersection{wxGDIObject::wxGDIObject}\label{wxgdiobjectconstr}
29
30\func{}{wxGDIObject}{\void}
31
32Default constructor.
33
34