1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<HTML>
<head><title>wxTabView overview</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="wxtabviewoverview"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx278.htm#overviews"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx306.htm#wxtaboverview"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx308.htm#wxtoolbaroverview"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxTabView overview</H2>
<P>
Classes: <A HREF="wx232.htm#wxtabview">wxTabView</A>, <A HREF="wx167.htm#wxpaneltabview">wxPanelTabView</A><P>
A wxTabView manages and draws a number of tabs. Because it is separate
from the tabbed window implementation, it can be reused in a number of contexts.
This library provides tabbed dialog and panel classes to use with the
wxPanelTabView class, but an application could derive other kinds of
view from wxTabView. <P>
For example, a help application might draw a representation of a book on
a window, with a row of tabs along the top. The new tab view class might
be called wxCanvasTabView, for example, with the wxBookCanvas posting
the OnEvent function to the wxCanvasTabView before processing further,
application-specific event processing. <P>
A window class designed to work with a view class must call the view's
OnEvent and Draw functions at appropriate times.<P>
</BODY></HTML>
|