1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<HTML>
<head><title>wxGDIObject</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="wxgdiobject"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx22.htm#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx106.htm#wxgauge"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx108.htm#wxgenericvalidator"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxGDIObject</H2>
<P>
This class allows platforms to implement functionality to optimise GDI objects, such
as wxPen, wxBrush and wxFont. On Windows, the underling GDI objects are a scarce resource
and are cleaned up when a usage count goes to zero. On some platforms this
class may not have any special functionality.<P>
Since the functionality of this class is platform-specific, it is not documented here in detail.<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
<A HREF="wx158.htm#wxobject">wxObject</A><P>
<B><FONT COLOR="#FF0000">Include files</FONT></B><P>
<wx/gdiobj.h><P>
<B><FONT COLOR="#FF0000">See also</FONT></B><P>
<A HREF="wx169.htm#wxpen">wxPen</A>, <A HREF="wx36.htm#wxbrush">wxBrush</A>, <A HREF="wx100.htm#wxfont">wxFont</A><P>
<B><FONT COLOR="#FF0000">Members</FONT></B><P>
<A HREF="#wxgdiobjectconstr">wxGDIObject::wxGDIObject</A><BR>
<P>
<HR>
<A NAME="wxgdiobjectconstr"></A>
<H3>wxGDIObject::wxGDIObject</H3>
<P>
<B></B> <B>wxGDIObject</B>()<P>
Default constructor.<P>
</BODY></HTML>
|