1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<HTML>
<head><title>Class hierarchy</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="classhierarchy"></A><CENTER>
<A HREF="port.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="port.htm"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="port5.htm#topic1"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="port7.htm#gdiobjects"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>Class hierarchy</H2>
<P>
The class hierarchy has changed somewhat. wxToolBar and wxButtonBar
classes have been split into several classes, and are derived from wxControl (which was
called wxItem). wxPanel derives from wxWindow instead of from wxCanvas, which has
disappeared in favour of wxScrolledWindow (since all windows are now effectively canvases
which can be drawn into). The status bar has become a class in its own right, wxStatusBar.<P>
There are new MDI classes so that wxFrame does not have to be overloaded with this
functionality.<P>
There are new device context classes, with wxPanelDC and wxCanvasDC disappearing.
See <A HREF="port9.htm#dc">Device contexts and painting</A>.<P>
</BODY></HTML>
|