]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected the 'Derived from' sections using the script from the patch 1765640
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2007 13:27:12 +0000 (13:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2007 13:27:12 +0000 (13:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

104 files changed:
docs/latex/wx/activexcontainer.tex
docs/latex/wx/activexevt.tex
docs/latex/wx/archive.tex
docs/latex/wx/auimanager.tex
docs/latex/wx/auinotebook.tex
docs/latex/wx/brush.tex
docs/latex/wx/bufferdc.tex
docs/latex/wx/checklst.tex
docs/latex/wx/closeevt.tex
docs/latex/wx/cmdevent.tex
docs/latex/wx/colordlg.tex
docs/latex/wx/dataviewctrl.tex
docs/latex/wx/dataviewevent.tex
docs/latex/wx/dataviewmodel.tex
docs/latex/wx/dataviewrenderer.tex
docs/latex/wx/debugrptup.tex
docs/latex/wx/dgramsocket.tex
docs/latex/wx/dirdlg.tex
docs/latex/wx/docchfrm.tex
docs/latex/wx/docmdich.tex
docs/latex/wx/docmdipr.tex
docs/latex/wx/docprfrm.tex
docs/latex/wx/fdrepdlg.tex
docs/latex/wx/ffilestr.tex
docs/latex/wx/fileconf.tex
docs/latex/wx/filedlg.tex
docs/latex/wx/fileistr.tex
docs/latex/wx/fileostr.tex
docs/latex/wx/fontdlg.tex
docs/latex/wx/fontlist.tex
docs/latex/wx/fs_mem.tex
docs/latex/wx/ftp.tex
docs/latex/wx/gbsizeritem.tex
docs/latex/wx/graphicsbrush.tex
docs/latex/wx/graphicscontext.tex
docs/latex/wx/graphicsfont.tex
docs/latex/wx/graphicsmatrix.tex
docs/latex/wx/graphicspath.tex
docs/latex/wx/graphicspen.tex
docs/latex/wx/grid.tex
docs/latex/wx/htcolor.tex
docs/latex/wx/htcontnr.tex
docs/latex/wx/hthlpfrm.tex
docs/latex/wx/htprint.tex
docs/latex/wx/httagmod.tex
docs/latex/wx/http.tex
docs/latex/wx/htwidget.tex
docs/latex/wx/htwindow.tex
docs/latex/wx/htwinhnd.tex
docs/latex/wx/ipaddr.tex
docs/latex/wx/ipvaddr.tex
docs/latex/wx/joyevent.tex
docs/latex/wx/keyevent.tex
docs/latex/wx/log.tex
docs/latex/wx/mdi.tex
docs/latex/wx/mediactrl.tex
docs/latex/wx/mediaevt.tex
docs/latex/wx/minifram.tex
docs/latex/wx/mirrordc.tex
docs/latex/wx/mltchdlg.tex
docs/latex/wx/mouseevt.tex
docs/latex/wx/msgdlg.tex
docs/latex/wx/notifevt.tex
docs/latex/wx/odcbox.tex
docs/latex/wx/pagedlg.tex
docs/latex/wx/paintdc.tex
docs/latex/wx/passdlg.tex
docs/latex/wx/pathlist.tex
docs/latex/wx/prevwin.tex
docs/latex/wx/print.tex
docs/latex/wx/process.tex
docs/latex/wx/progdlg.tex
docs/latex/wx/propdlg.tex
docs/latex/wx/richtextcharacterstyledefinition.tex
docs/latex/wx/richtextevent.tex
docs/latex/wx/richtextformattingdialog.tex
docs/latex/wx/richtexthtmlhandler.tex
docs/latex/wx/richtextliststyledefinition.tex
docs/latex/wx/richtextparagraphstyledefinition.tex
docs/latex/wx/richtextprintout.tex
docs/latex/wx/richtextstylelistbox.tex
docs/latex/wx/richtextstyleorganiserdialog.tex
docs/latex/wx/richtextxmlhandler.tex
docs/latex/wx/screendc.tex
docs/latex/wx/sistream.tex
docs/latex/wx/sizer.tex
docs/latex/wx/sngchdlg.tex
docs/latex/wx/socket.tex
docs/latex/wx/socksrv.tex
docs/latex/wx/sostream.tex
docs/latex/wx/splash.tex
docs/latex/wx/strmbfrd.tex
docs/latex/wx/strmmem.tex
docs/latex/wx/strmsock.tex
docs/latex/wx/strmzlib.tex
docs/latex/wx/symbolpickerdialog.tex
docs/latex/wx/tab.tex
docs/latex/wx/tarstrm.tex
docs/latex/wx/tempfilestrm.tex
docs/latex/wx/textdlg.tex
docs/latex/wx/timer.tex
docs/latex/wx/windowdc.tex
docs/latex/wx/wizard.tex
docs/latex/wx/zipstrm.tex

index fa3e1e88948c0ac229d380230814c2bbf97e15c7..8468676c683457870b94d6e727c96ae5a8ef4001 100644 (file)
@@ -31,7 +31,10 @@ corresponding message map macro EVT\_ACTIVEX.
 
 \wxheading{Derived from}
 
-\helpref{wxControl}{wxcontrol}
+\helpref{wxControl}{wxcontrol}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 4f81ff4c4b8a38aa7b5fca318a23a09a5ff559fb..c03b1f66a1c6ffcba303a2d1099ba609dcf3b548 100644 (file)
@@ -21,7 +21,9 @@ Note that unlike the third party wxActiveX function names are not supported.
 
 \wxheading{Derived from}
 
-\helpref{wxCommandEvent}{wxcommandevent}
+\helpref{wxCommandEvent}{wxcommandevent}\\
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 66643da80b1b7953510ca6e3371cbb05808c94ad..4bf1f0fc26e02ddc66b6c3ea6e0fee50599fdd41 100644 (file)
@@ -407,7 +407,9 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof().
 
 \wxheading{Derived from}
 
-\helpref{wxFilterInputStream}{wxfilterinputstream}
+\helpref{wxFilterInputStream}{wxfilterinputstream}\\
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -692,7 +694,9 @@ closes the current entry and begins the next.
 
 \wxheading{Derived from}
 
-\helpref{wxFilterOutputStream}{wxfilteroutputstream}
+\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index 4328db3810d756880cde5968989c34c7184bf729..b522c9c2d965a7d85cb03a2944f1831bc55a1247 100644 (file)
@@ -72,7 +72,8 @@ understand layers is by running the wxAUI sample.
 
 \wxheading{Derived from}
 
-\helpref{wxEvtHandler}{wxevthandler}
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 419ab3a1edc782a164479dfc11ed136fddccd92e..63c313b80c39f07633965b1355656ebb4f8b272d 100644 (file)
@@ -20,7 +20,10 @@ The theme can be changed by calling \helpref{wxAuiNotebook::SetArtProvider}{wxau
 
 \wxheading{Derived from}
 
-\helpref{wxControl}{wxcontrol}
+\helpref{wxControl}{wxcontrol}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 7ff8359c02e60e78644c38cced111d3fdbd1343b..76826adf6addf81dc15f6631e56c9df0be6ed41a 100644 (file)
@@ -321,8 +321,7 @@ A brush list is a list containing all brushes which have been created.
 
 \wxheading{Derived from}
 
-\helpref{wxList}{wxlist}\\
-\helpref{wxObject}{wxobject}
+\helpref{wxList}{wxlist}
 
 \wxheading{Include files}
 
index 7c49e82658a729ba52507a6678e75fef3f31d27e..4722c6a531f54270bcf361cce4fa1cdcdf439acd 100644 (file)
@@ -188,7 +188,8 @@ a typedef of wxPaintDC. Otherwise, it is a typedef of wxBufferedPaintDC.
 \wxheading{Derived from}
 
 \helpref{wxBufferedPaintDC}{wxbufferedpaintdc}\\
-\helpref{wxPaintDC}{wxpaintdc}\\
+\helpref{wxBufferedDC}{wxbuffereddc}\\
+\helpref{wxMemoryDC}{wxmemorydc}\\
 \helpref{wxDC}{wxdc}\\
 \helpref{wxObject}{wxobject}
 
index 59935be3c1693e03ddd46311f527e44bbf99cf63..dae20cfdd206f2b573dcc34e1905e0b331f4d139 100644 (file)
@@ -23,6 +23,7 @@ and therefore this is not available to the application.
 \wxheading{Derived from}
 
 \helpref{wxListBox}{wxlistbox}\\
+\helpref{wxControlWithItems}{wxcontrolwithitems}\\
 \helpref{wxControl}{wxcontrol}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
index 44432451bc1fa0a268c08f6f196d7663b670f77b..1684c16c86f675bf8916798eb50551f7b7b7563c 100644 (file)
@@ -18,7 +18,8 @@ to return {\tt true} or {\tt false} depending on whether the close instruction w
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 2d3acfa091b8e4015e47db2d28a2201ce56f2083..5983803d53697ae1bb3fbece3fba8c26b36ad7fa 100644 (file)
@@ -5,7 +5,8 @@ simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl}
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 1a55469f6d7108a4ae9d7c592662f2663c4ef727..3b754802e9d682b8d01fb63f87944663fc107b8e 100644 (file)
@@ -5,6 +5,7 @@ This class represents the colour chooser dialog.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index dd3f9f106ede0dc22aea18f352b594a5913353d3..1a573158b5bd8145fd9dcfba2dc2b049916fdf58 100644 (file)
@@ -82,7 +82,10 @@ offered by \helpref{wxDataViewListModelNotifier}{wxdataviewlistmodelnotifier}.
 
 \wxheading{Derived from}
 
-\helpref{wxControl}{wxcontrol}
+\helpref{wxControl}{wxcontrol}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 081939bfeb677ed88429489ce2e42cb2bd4ae290..d0c9443b33a95078657f03f9520df35ff05d1730 100644 (file)
@@ -7,7 +7,10 @@ wxDataViewEvent - the event class for the wxDataViewCtrl notifications
 
 \wxheading{Derived from}
 
-\helpref{wxNotifyEvent}{wxnotifyevent}
+\helpref{wxNotifyEvent}{wxnotifyevent}\\
+\helpref{wxCommandEvent}{wxcommandevent}\\
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index a6aea2285110da3d52dd839c65e9af6a8dec5e24..7ec14918d34226298f09f8cd213e440eb69160c8 100644 (file)
@@ -96,7 +96,7 @@ mostly used internally.
 \wxheading{Derived from}
 
 \helpref{wxDataViewModel}{wxdataviewmodel}\\
-\helpref{wxObject}{wxobject}
+\helpref{wxObjectRefData}{wxobjectrefdata}
 
 \wxheading{Include files}
 
@@ -234,7 +234,7 @@ to be fixed.
 
 \helpref{wxDataViewListModel}{wxdataviewlistmodel}\\
 \helpref{wxDataViewModel}{wxdataviewmodel}\\
-\helpref{wxObject}{wxobject}
+\helpref{wxObjectRefData}{wxobjectrefdata}
 
 \wxheading{Include files}
 
index 209887885f75b02a35b194569c13bd7eb7377b42..23723487916b3120bf34e16ae2696c5d00067111 100644 (file)
@@ -139,7 +139,8 @@ in-place editing if desired.
 
 \wxheading{Derived from}
 
-\helpref{wxDataViewRenderer}{wxdataviewrenderer}
+\helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -163,7 +164,8 @@ wxDataViewProgressRenderer
 
 \wxheading{Derived from}
 
-\helpref{wxDataViewRenderer}{wxdataviewrenderer}
+\helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -186,7 +188,8 @@ wxDataViewToggleRenderer
 
 \wxheading{Derived from}
 
-\helpref{wxDataViewRenderer}{wxdataviewrenderer}
+\helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -208,7 +211,8 @@ wxDataViewBitmapRenderer
 
 \wxheading{Derived from}
 
-\helpref{wxDataViewRenderer}{wxdataviewrenderer}
+\helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -231,7 +235,8 @@ wxDataViewDateRenderer
 
 \wxheading{Derived from}
 
-\helpref{wxDataViewRenderer}{wxdataviewrenderer}
+\helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -266,7 +271,8 @@ in order to end the editing.
 
 \wxheading{Derived from}
 
-\helpref{wxDataViewRenderer}{wxdataviewrenderer}
+\helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index e6344f0a47bb4714c1272c12d21ff88cb8898b8e..42bc848ad7b1f81b6d48bba6fbe820d85ad7a9e7 100644 (file)
@@ -17,7 +17,8 @@ compressed in a single .ZIP file.
 
 \wxheading{Derived from}
 
-\helpref{wxDebugReportCompress}{wxdebugreportcompress}
+\helpref{wxDebugReportCompress}{wxdebugreportcompress}\\
+\helpref{wxDebugReport}{wxdebugreport}
 
 \wxheading{Include files}
 
index 67827ae24084e841e8a19e4ced743631eeaac0b7..6a6207a6849dfc39027a7570687a8ca460710db5 100644 (file)
@@ -17,7 +17,8 @@
 
 \wxheading{Derived from}
 
-\helpref{wxSocketBase}{wxsocketbase}
+\helpref{wxSocketBase}{wxsocketbase}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 8ba676376e992b85d7e9976bf30ceb1ba1da21f7..5059e39ec9e444825b093352c09eb8d935f07037 100644 (file)
@@ -5,6 +5,7 @@ This class represents the directory chooser dialog.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 212db59161c32082eb33a91b223e49ae124fe05b..3808860da5fcd53667963ad419a9937b4112f1dd 100644 (file)
@@ -12,6 +12,7 @@ See the example application in {\tt samples/docview}.
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 03a606a30a5d50b75a89dbea042bc335e12ebf8e..ba3cff12db97a1a90cf7fbc4fd026cd22551b114 100644 (file)
@@ -13,6 +13,7 @@ See the example application in {\tt samples/docview}.
 
 \helpref{wxMDIChildFrame}{wxmdichildframe}\\
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index d575e26e035709db67744afa6a1ab903883aadbb..7e689ac7444a7d947ed6d44e06a610846fbbade5 100644 (file)
@@ -12,6 +12,7 @@ See the example application in {\tt samples/docview}.
 
 \helpref{wxMDIParentFrame}{wxmdiparentframe}\\
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 7c60af2a626d568f8b3a7aed5f17e357dffaaf8f..aeae63bb6faa2aac11a4a11c9b5aa5d8c0857946 100644 (file)
@@ -11,6 +11,7 @@ See the example application in {\tt samples/docview}.
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 8e2710540e231884841b150df247cdfbdb089e44..1ecd96158737075d6b3bc484904949361c03fc3a 100644 (file)
@@ -15,7 +15,9 @@ wxFindReplaceDialog events
 
 \wxheading{Derived from}
 
-\helpref{wxCommandEvent}{wxcommandevent}
+\helpref{wxCommandEvent}{wxcommandevent}\\
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -213,7 +215,11 @@ Please see the dialogs sample for an example of using it.
 
 \wxheading{Derived from}
 
-\helpref{wxDialog}{wxdialog}
+\helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
index d319e0ecb3083c6fdad7f5b47babc45ebdb165ce..7dc8029ce22879af2bb3d7470324588d0f08dcf0 100644 (file)
@@ -14,7 +14,8 @@ can seek beyond the end of the stream (file) and will thus not return
 
 \wxheading{Derived from}
 
-\helpref{wxInputStream}{wxinputstream}
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -75,7 +76,8 @@ can seek beyond the end of the stream (file) and will thus not return
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -127,7 +129,9 @@ Returns true if the stream is initialized and ready.
 
 \wxheading{Derived from}
 
-\helpref{wxFFileOutputStream}{wxffileoutputstream}, \helpref{wxFFileInputStream}{wxffileinputstream}
+\helpref{wxFFileOutputStream}{wxffileoutputstream}\\
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index bd28be8342d425bd160cd1d1acc00a8e9bfc907c..9351ab41c7bacab3b98e4ab049e339b98d634e10 100644 (file)
@@ -23,7 +23,8 @@ Windows.
 
 \wxheading{Derived from}
 
-\helpref{wxConfigBase}{wxconfigbase}
+\helpref{wxConfigBase}{wxconfigbase}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index f89856c61fbca384eb2d0b8237b979586120d0c6..09fa44304a46b39ea9755d7f9ee19462cf9a8c54 100644 (file)
@@ -5,6 +5,7 @@ This class represents the file chooser dialog.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index a53caa025c3bfb2d7ddee2697e50dc948714f5ee..7e64110f1888a27ecf1373e5fc21ebdca2e138df 100644 (file)
@@ -11,7 +11,8 @@ can seek beyond the end of the stream (file) and will thus not return
 
 \wxheading{Derived from}
 
-\helpref{wxInputStream}{wxinputstream}
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index c2a5e42853c3d3fbe228c1acc90561e5ab3b3c64..062e680265a2903b2e1ae06634c40d96f59a9cbe 100644 (file)
@@ -14,7 +14,8 @@ can seek beyond the end of the stream (file) and will thus not return
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index 1a1a498d64a209da36171a2a0708d1c390ef0dbd..2dd8be45c1c58b8c809dad8cb550d5cf21beb7a9 100644 (file)
@@ -144,6 +144,7 @@ This class represents the font chooser dialog.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 6a4776a20ede026da325dac3bb8deb0f84a4cb58..48c7d127f97031cd620f1dfe0bdbee88b72c949e 100644 (file)
@@ -9,8 +9,7 @@ deleted and their resources freed, eliminating the possibility of `memory leaks'
 
 \wxheading{Derived from}
 
-\helpref{wxList}{wxlist}\\
-\helpref{wxObject}{wxobject}
+\helpref{wxList}{wxlist}
 
 \wxheading{Include files}
 
index 79b3dd54db6270c2b312802f7b03a8e24c154da0..288929a427915d6cbdc425c39dfbe0248a5f9b4c 100644 (file)
@@ -56,7 +56,8 @@ void MyFrame::OnAbout(wxCommandEvent&)
 
 \wxheading{Derived from}
 
-\helpref{wxFileSystemHandler}{wxfilesystemhandler}
+\helpref{wxFileSystemHandler}{wxfilesystemhandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index c654d1496b722fe3e63534d8918a4cd632dfe02e..d0559837ce89dbe8d73b42eacff98575a97fa3a0 100644 (file)
@@ -87,7 +87,10 @@ enum TransferMode
 
 \wxheading{Derived from}
 
-\helpref{wxProtocol}{wxprotocol}
+\helpref{wxProtocol}{wxprotocol}\\
+\helpref{wxSocketClient}{wxsocketclient}\\
+\helpref{wxSocketBase}{wxsocketbase}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 52a3445510b2ee1eeeeeca8b0c4cfa55edc46308..4204e1efb560f3ffd5b44cb77ada29319a348064 100644 (file)
@@ -12,7 +12,8 @@ where it is handy.
 
 \wxheading{Derived from}
 
-\helpref{wxSizerItem}{wxsizeritem}
+\helpref{wxSizerItem}{wxsizeritem}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 300840dbb6dd9ef0e4f87edbff95ae79bbcf106b..39f5c7a4335b407046166829541f8df09d4a6ca2 100755 (executable)
@@ -13,7 +13,8 @@
 
 \wxheading{Derived from}
 
-\helpref{wxGraphicsObject}{wxgraphicsobject}
+\helpref{wxGraphicsObject}{wxgraphicsobject}\\
+\helpref{wxObject}{wxobject}
 
 A wxGraphicsBrush is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.
 
index bd6b9438cd5f667f6d0d7a110e56b5528847aeec..5606216aa99e023aaa56c84e78b8727b58c84f4b 100755 (executable)
@@ -16,7 +16,8 @@ instance, or indirectly using the static convenience CreateXXX functions of wxGr
 
 \wxheading{Derived from}
 
-\helpref{wxGraphicsObject}{wxgraphicsobject}
+\helpref{wxGraphicsObject}{wxgraphicsobject}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 64a06b4008ba945fdb85ce505a97f210f7733fe6..34e011ebe9fce5815a55b4c331bf4d936f4bed78 100755 (executable)
@@ -13,7 +13,8 @@
 
 \wxheading{Derived from}
 
-\helpref{wxGraphicsObject}{wxgraphicsobject}
+\helpref{wxGraphicsObject}{wxgraphicsobject}\\
+\helpref{wxObject}{wxobject}
 
 A wxGraphicsFont is a native representation of a font (including text colour). The contents are specific an private to the respective renderer. Instances are ref counted 
 and can therefore be assigned as usual. The only way to get a valid instance is via a CreateFont call on the graphics context or the renderer instance.
index c935a89122aa25b32deb765405dfe5164614facc..b83e085ad0f9768c97a44dcb33549bfbd7e43321 100755 (executable)
@@ -15,7 +15,8 @@ A wxGraphicsMatrix is a native representation of an affine matrix. The contents
 
 \wxheading{Derived from}
 
-\helpref{wxGraphicsObject}{wxgraphicsobject}
+\helpref{wxGraphicsObject}{wxgraphicsobject}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 1c6e084e2a00adbfe4072271949d0f9b2a232e42..dc21c9d3866a628284664b92e069f322f9066f36 100755 (executable)
@@ -16,7 +16,8 @@ therefore be assigned as usual. The only way to get a valid instance is via a Cr
 
 \wxheading{Derived from}
 
-\helpref{wxGraphicsObject}{wxgraphicsobject}
+\helpref{wxGraphicsObject}{wxgraphicsobject}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 3778e65790e2d68cb05ee767b19ca3346a01ecaa..14b741dc34d1072587b54cc7fe8363c79428756d 100755 (executable)
@@ -13,7 +13,8 @@
 
 \wxheading{Derived from}
 
-\helpref{wxGraphicsObject}{wxgraphicsobject}
+\helpref{wxGraphicsObject}{wxgraphicsobject}\\
+\helpref{wxObject}{wxobject}
 
 A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
 
index 0960fe50ac46b5e2e9cdbc36d876073fc4f6eae2..353b7f3eea14adb700d8a4caa9cb79efba05c951 100644 (file)
@@ -33,6 +33,7 @@ the previous implementation.
 \wxheading{Derived from}
 
 \helpref{wxScrolledWindow}{wxscrolledwindow}\\
+\helpref{wxPanel}{wxpanel}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index c70358507744d925d22f0f240640208db7c46d83..5ee71e0a02683965cdb78205c3aa5743f2102651 100644 (file)
@@ -9,7 +9,8 @@ This cell changes the colour of either the background or the foreground.
 
 \wxheading{Derived from}
 
-\helpref{wxHtmlCell}{wxhtmlcell}
+\helpref{wxHtmlCell}{wxhtmlcell}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index a9f24602edb6ccbd28f9dcb678deedf774a9aaff..dac106978a3f7970efed04f37cfb039214a92487 100644 (file)
@@ -16,7 +16,8 @@ contain more cells in it. It is heavily used in the wxHTML layout algorithm.
 
 \wxheading{Derived from}
 
-\helpref{wxHtmlCell}{wxhtmlcell}
+\helpref{wxHtmlCell}{wxhtmlcell}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 2ed5ea453ab6869a3e28bcc91bd36c0e8f8a570c..ef45af7558caf8a298044d5488940ed841c94d1c 100644 (file)
@@ -12,7 +12,11 @@ when you're writing your own HTML help controller.
 
 \wxheading{Derived from}
 
-\helpref{wxFrame}{wxframe}
+\helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -89,7 +93,11 @@ when you're writing your own HTML help controller.
 
 \wxheading{Derived from}
 
-\helpref{wxFrame}{wxframe}
+\helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -182,7 +190,9 @@ the embedded window to be destroyed independently of the help controller.
 
 \wxheading{Derived from}
 
-\helpref{wxWindow}{wxwindow}
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index c93eb9f0d7b3262772ed9c8777ec5ef30295d6c1..48235aa9d41f171053b28b278dcc8099d5d75073 100644 (file)
@@ -10,7 +10,8 @@ This class serves as printout class for HTML documents.
 
 \wxheading{Derived from}
 
-\helpref{wxPrintout}{wxprintout}
+\helpref{wxPrintout}{wxprintout}\\
+\helpref{wxObject}{wxobject}
 
 
 \wxheading{Include files}
index c7523e92626b4eeb37ae0717cf079654ea017f5a..bce7bda44ae13b67c2374331621a813a841cfd80 100644 (file)
@@ -10,7 +10,8 @@ tag handlers. It is used almost exclusively together with the set of
 
 \wxheading{Derived from}
 
-\helpref{wxModule}{wxmodule}
+\helpref{wxModule}{wxmodule}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 19d46a01a8d9399d553f36103513f5e00eb75eb7..a22041c4f1c547a434462fd55b2b7d1c545e5400 100644 (file)
@@ -2,7 +2,10 @@
 
 \wxheading{Derived from}
 
-\helpref{wxProtocol}{wxprotocol}
+\helpref{wxProtocol}{wxprotocol}\\
+\helpref{wxSocketClient}{wxsocketclient}\\
+\helpref{wxSocketBase}{wxsocketbase}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index a424bc406849c59a85a750f3d738f606e93ad610..b095e9446f42f6348a9411b3bb1d361e7b3769ed 100644 (file)
@@ -12,7 +12,8 @@ wxHtmlWidgetCell takes care of resizing and moving window.
 
 \wxheading{Derived from}
 
-\helpref{wxHtmlCell}{wxhtmlcell}
+\helpref{wxHtmlCell}{wxhtmlcell}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 5435d596f3b911ec341279cd275b85dca1db1bc4..27f36f0cee88dedadf3923308fee234b9363809e 100644 (file)
@@ -27,7 +27,11 @@ Don't forget to initialize all image formats you need before loading any page!
 
 \wxheading{Derived from}
 
-\helpref{wxScrolledWindow}{wxscrolledwindow}
+\helpref{wxScrolledWindow}{wxscrolledwindow}\\
+\helpref{wxPanel}{wxpanel}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 772be1c414aa4db304c68971c149ce8a0803f8b6..7edeecea5e5f850f7ef732323a12cbd6e132b39e 100644 (file)
@@ -12,7 +12,8 @@ to wxHtmlParser's m\_Parser).
 
 \wxheading{Derived from}
 
-\helpref{wxHtmlTagHandler}{wxhtmltaghandler}
+\helpref{wxHtmlTagHandler}{wxhtmltaghandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 856876b42777d13d6209d184cbd5661fbb3cfa77..ffbd80f3bc4f6d7a4017ceb822da2c0487062fb4 100644 (file)
@@ -10,7 +10,8 @@ is being developed.
 
 \wxheading{Derived from}
 
-\helpref{wxSockAddress}{wxsockaddress}
+\helpref{wxSockAddress}{wxsockaddress}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 0f314073a654ee708d7799c44f02230b3f2ac0c5..74bc9787b3dfecc04baf49174deffa495f34b86d 100644 (file)
@@ -5,7 +5,9 @@
 
 \wxheading{Derived from}
 
-\helpref{wxIPaddress}{wxipaddress}
+\helpref{wxIPaddress}{wxipaddress}\\
+\helpref{wxSockAddress}{wxsockaddress}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 7afa646d27a1211c4653ef828f71c213fd96b1d6..b45d47b63f5d5109b370dceb435deb6333640f0a 100644 (file)
@@ -5,7 +5,8 @@ events received by windows.
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 889cf1ec43746c70034dc79cb8b8878ac88062ba..1366c835a6f5e2e76377fefab379585c65437661 100644 (file)
@@ -56,7 +56,8 @@ key event function, otherwise menu shortcuts may cease to work under Windows.
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 037eaed107299d93d725cdaf7a9bd42f5510a3d3..7a606ef27c9820d208ad01ee17afef2c9c3629ae 100644 (file)
@@ -610,7 +610,8 @@ don't want this to happen, use wxLogInterposerTemp instead.
 
 \wxheading{Derived from}
 
-\helpref{wxLogChain}{wxlogchain}
+\helpref{wxLogChain}{wxlogchain}\\
+\helpref{wxLog}{wxlog}
 
 \wxheading{Include files}
 
@@ -640,7 +641,8 @@ and/or \helpref{DoLogString}{wxlogdologstring} methods.
 
 \wxheading{Derived from}
 
-\helpref{wxLogChain}{wxlogchain}
+\helpref{wxLogChain}{wxlogchain}\\
+\helpref{wxLog}{wxlog}
 
 \wxheading{Include files}
 
@@ -766,7 +768,9 @@ them normally by showing the standard log dialog.
 
 \wxheading{Derived from}
 
-\helpref{wxLogInterposer}{wxloginterposer}
+\helpref{wxLogInterposer}{wxloginterposer}\\
+\helpref{wxLogChain}{wxlogchain}\\
+\helpref{wxLog}{wxlog}
 
 \wxheading{Include files}
 
index bb42a1290949557e06e00f41bd3409f5956e6a58..02586b073600f5301cda7da17904bdd3a1e40c0e 100644 (file)
@@ -6,6 +6,7 @@ which is itself a child of \helpref{wxMDIParentFrame}{wxmdiparentframe}.
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
@@ -236,6 +237,7 @@ and is used in many popular Windows applications, such as Microsoft Word(TM).
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 24ef496e8e7e313c15b4bbf9da5c2aac4b2d1018..4380d9790fc2acc53a573ca081ab3c576f197f36 100644 (file)
@@ -24,7 +24,10 @@ QuickTime backend.
 
 \wxheading{Derived from}
 
-\helpref{wxControl}{wxcontrol}
+\helpref{wxControl}{wxcontrol}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 09fbd7bef9c335d355a1215cd7ba1fc49e469efc..546b5602c366dd7103690ca17fefa74b9fe1a47c 100644 (file)
@@ -15,7 +15,10 @@ Event \helpref{wxMediaCtrl}{wxmediactrl} uses.
 
 \wxheading{Derived from}
 
-\helpref{wxNotifyEvent}{wxnotifyevent}
+\helpref{wxNotifyEvent}{wxnotifyevent}\\
+\helpref{wxCommandEvent}{wxcommandevent}\\
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index a308b9ed2c4f30ec3e4c97fbacb0f46b84909e51..94be6ca012951e2023a03e20a865ecf4ad4df9ec 100644 (file)
@@ -9,6 +9,7 @@ using the ``Mini frame'' command of the ``Generic dialogs'' submenu.
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 814a14cf95ec11dd835735d5d8a9c8b57175f278..ff36713c79b2cb9e0d495e6c6f86e260dde6436e 100644 (file)
@@ -21,7 +21,8 @@ wxMirrorDC has been added in wxWidgets version 2.5.0.
 
 \wxheading{Derived from}
 
-\helpref{wxDC}{wxdc}
+\helpref{wxDC}{wxdc}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 4965fc9eff9efda423169ca97e96909c1833f43f..65658fc2872c5aed7912ab8397c6e1ea2d49d36a 100644 (file)
@@ -6,6 +6,7 @@ the user to select one or more.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 63b91473f3566641293329dcf249aac29cf43b48..f7f87bf4b9378cc60b82614b2ebff407e7ad5a95 100644 (file)
@@ -40,7 +40,8 @@ well.
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index f95ed8a8a350e91de80ec872117862287bf31a3d..ee4ba4cf94be4ec758a2b4adbcfc2b14cb945a4d 100644 (file)
@@ -6,6 +6,7 @@ with a choice of OK, Yes, No and Cancel buttons.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 1d430fb7b18bf88b6bb503a2c024898fa06b9cac..2fdce6f8e4ffd3c30a7fb1713ac011fefdaa7b5f 100644 (file)
@@ -11,7 +11,6 @@ change if it wants to prevent it from happening.
 
 \helpref{wxCommandEvent}{wxcommandevent}\\
 \helpref{wxEvent}{wxevent}\\
-\helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
index 385326bf77891fc4f2559daaaf14c975b7f66eb1..a795860281f61dd3872d4cf78eedd73c64d82aca 100644 (file)
@@ -25,7 +25,6 @@ and \helpref{OnMeasureItemWidth()}{wxownerdrawncomboboxonmeasureitemwidth}.
 \wxheading{Derived from}
 
 \helpref{wxComboCtrl}{wxcomboctrl}\\
-\helpref{wxControlWithItems}{wxcontrolwithitems}\\
 \helpref{wxControl}{wxcontrol}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
index 4b50ac7c292cff94dd881d314b25cc0193b344d0..961f58da452bef73a114e93596906116e92b9456 100644 (file)
@@ -25,6 +25,7 @@ by the application.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 5ac46ceadad7723c811812ef2098c7b67cd67d31..2884b3a6d6274ed69c749fecaf7292e4e0db96cb 100644 (file)
@@ -18,7 +18,8 @@ To draw on the whole window including decorations, construct a \helpref{wxWindow
 \wxheading{Derived from}
 
 \helpref{wxWindowDC}{wxwindowdc}\\
-\helpref{wxDC}{wxdc}
+\helpref{wxDC}{wxdc}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 34ab9ac058ef12dcef35ceb56ef38612317170f2..90d6f58db8c51b33cb6ce7c506faa3cde3c764ee 100644 (file)
@@ -7,6 +7,7 @@ It is implemented as a generic wxWidgets dialog.
 
 \helpref{wxTextEntryDialog}{wxtextentrydialog}\\
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index abe26640a5ccdc24a1542e6272571635482a851c..a904788f2686197c547e045ebad7481ad8f759cf 100644 (file)
@@ -9,7 +9,8 @@ want to search files in some standard paths.
 
 \wxheading{Derived from}
 
-\helpref{wxArrayString}{wxarraystring}
+\helpref{wxArrayString}{wxarraystring}\\
+\helpref{wxArray}{wxarray}
 
 \wxheading{Include files}
 
index aaddfcada5c579e6034b23c6a57a1f1a2f80f78a..33d7d31096deaf51b395c78eb24b5456db131d85 100644 (file)
@@ -6,8 +6,9 @@ system to display the preview.
 \wxheading{Derived from}
 
 \helpref{wxScrolledWindow}{wxscrolledwindow}\\
+\helpref{wxPanel}{wxpanel}\\
 \helpref{wxWindow}{wxwindow}\\
-\helpref{wxevthandler}{wxevthandler}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
@@ -124,6 +125,7 @@ class may be used without derivation.
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index c5968cba86e442f34461afd2cfd2ecff9ca9c951..b3a562a06d1cc149241ab8e64992cdf9e044a0cf 100644 (file)
@@ -366,6 +366,7 @@ a successfully dismissed print dialog.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 0cc5b7ab4306954c14f45828ce464253d6562084..771d57a1417e56978ceb9faefc59b1c304e84ffa 100644 (file)
@@ -28,7 +28,8 @@ for explicit destruction.}
 
 \wxheading{Derived from}
 
-\helpref{wxEvtHandler}{wxevthandler}
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 1c98623d11ac560cd1e44029d89a9e4c50b76607..2798c7be8a62d53a0570b25d5ba9b3e51bf44ad8 100644 (file)
@@ -19,6 +19,7 @@ the elapsed, remaining and estimated time for the end of the progress.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 5c996f1b810d4e2ce893ba7db19b70f323972a6b..166b2fb57029a91b724a6eb0ca6c6389307a892e 100644 (file)
@@ -39,6 +39,7 @@ Windows-style and Mac-style settings dialogs).
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 3c214d4105acbc5837cc94f7bc613b6f023d401d..cdf16280b10964e99357a0678dc034aa8fea6d74 100644 (file)
@@ -4,7 +4,8 @@ This class represents a character style definition, usually added to a \helpref{
 
 \wxheading{Derived from}
 
-\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}
+\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 50bc7cae9f7fd07115027cb812bac6b84f5119ba..50b7b5736bb93d735ffadab8e868c28455450e6c 100644 (file)
@@ -28,7 +28,10 @@ function that takes a wxRichTextEvent argument.
  
 \wxheading{Derived from}
 
-\helpref{wxNotifyEvent}{wxnotifyevent}
+\helpref{wxNotifyEvent}{wxnotifyevent}\\
+\helpref{wxCommandEvent}{wxcommandevent}\\
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 807fee6a0340d51c112b686b984fb5fcb43f7a8d..0968df0e6619dbb1fe55604fa0eec884762a577b 100644 (file)
@@ -26,7 +26,12 @@ to apply the user-selected formatting to a control. For example:
  
 \wxheading{Derived from}
 
-\helpref{wxPropertySheetDialog}{wxpropertysheetdialog}
+\helpref{wxPropertySheetDialog}{wxpropertysheetdialog}\\
+\helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index d27ddc6b336f3718077ddc6a61c796d671cb9031..03106e20beae6c7c08c2ac9131c43eed825faef6 100644 (file)
@@ -34,7 +34,8 @@ SetHandlerFlags function:
 
 \wxheading{Derived from}
 
-\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}
+\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 13413859929068784e5012e4fa5e8f17907fe3f3..2d45f50b4ece5f94c52b9465ab6f51bef7c0e760 100644 (file)
@@ -13,7 +13,9 @@ so that you can apply them directly to a buffer without requiring a control.
 
 \wxheading{Derived from}
 
-\helpref{wxRichTextParagraphStyleDefinition}{wxrichtextparagraphstyledefinition}
+\helpref{wxRichTextParagraphStyleDefinition}{wxrichtextparagraphstyledefinition}\\
+\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 8df2c3791e0e5a71c1bf760be612e4a1d49a7f6d..5e71ded8882cf9f7be96fffbee95a6f840d3368e 100644 (file)
@@ -4,7 +4,8 @@ This class represents a paragraph style definition, usually added to a \helpref{
 
 \wxheading{Derived from}
 
-\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}
+\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 0836f1a16a794c6a2baac62fe4457031d2f5ca9e..d3bdbff58a2bb177753c6b380fcea55f815549a3 100644 (file)
@@ -5,7 +5,8 @@ should normally use the \helpref{wxRichTextPrinting}{wxrichtextprinting} class.
 
 \wxheading{Derived from}
 
-\helpref{wxPrintout}{wxprintout}
+\helpref{wxPrintout}{wxprintout}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index c8a2f7ebe361a909ef087b3514f197b0ff873437..6c70ddcaec13c25ae6368907ce540088e6d911ca 100644 (file)
@@ -7,7 +7,11 @@ See {\tt samples/richtext} for an example of how to use it.
 
 \wxheading{Derived from}
 
-\helpref{wxComboCtrl}{wxcomboctrl}
+\helpref{wxComboCtrl}{wxcomboctrl}\\
+\helpref{wxControl}{wxcontrol}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -75,7 +79,13 @@ See {\tt samples/richtext} for an example of how to use it.
 
 \wxheading{Derived from}
 
-\helpref{wxHtmlListBox}{wxhtmllistbox}
+\helpref{wxHtmlListBox}{wxhtmllistbox}\\
+\helpref{wxVListBox}{wxvlistbox}\\
+\helpref{wxVScrolledWindow}{wxvscrolledwindow}\\
+\helpref{wxPanel}{wxpanel}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -225,7 +235,10 @@ so that when a style is double-clicked, it is applied to the selection.
 
 \wxheading{Derived from}
 
-\helpref{wxControl}{wxcontrol}
+\helpref{wxControl}{wxcontrol}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 5c7293c38bba966179a499f9f4b08409c13278cd..737dd7b388d4b1f0b04fc1a041d6356a78904bae 100644 (file)
@@ -7,7 +7,11 @@ present styles.
  
 \wxheading{Derived from}
 
-\helpref{wxDialog}{wxdialog}
+\helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index e7728d9e0489eb7bd95c53ff90bd0b920f3145f0..d49251f7b48683f5a901398cd8b5e0c3676147d9 100644 (file)
@@ -19,7 +19,8 @@ SetHandlerFlags function:
 
 \wxheading{Derived from}
 
-\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}
+\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index b70fe986162cd0f4ff1371e1483d7dfc52ba5672..fdb558bd149c766ba68b22a1231dd32e16bc2479 100644 (file)
@@ -6,7 +6,8 @@ a wxScreenDC object.
 
 \wxheading{Derived from}
 
-\helpref{wxDC}{wxdc}
+\helpref{wxDC}{wxdc}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index be244e257492eb3f01d86173218a8d30ff6aa89c..1404b13e6c3067a17dfef1fb164d22d28ed21db7 100644 (file)
@@ -16,7 +16,8 @@ supports seeking.
 
 \wxheading{Derived from}
 
-\helpref{wxInputStream}{wxinputstream}
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index 4e13811aeb85fd10b76ba056383a23d84ad28c3e..3688d09adcce3e16b0a10c86ea5be148aa4dacac 100644 (file)
@@ -43,8 +43,7 @@ capabilities for the various virtual methods.}
 
 \wxheading{Derived from}
 
-\helpref{wxObject}{wxobject}\\
-\helpref{wxClientDataContainer}{wxclientdatacontainer}
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index 8723281602b6c942b9a4b48e9b73b72904e1110e..3b0e3a5928dac688bc6bcdcdc4dc70ea55b66c74 100644 (file)
@@ -7,6 +7,7 @@ single-clicking and then pressing OK.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index b83ddfce60733ddff55f33f8489df9aa03782faf..52685b58cf0c1389cbeedda8fa67d8fabcd64139 100644 (file)
@@ -1006,7 +1006,8 @@ For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbaseset
 
 \wxheading{Derived from}
 
-\helpref{wxSocketBase}{wxsocketbase}
+\helpref{wxSocketBase}{wxsocketbase}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -1153,7 +1154,8 @@ This event class contains information about socket events.
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index dc11a697b25ea29185fac098fd290e3f2a07113e..06dd9ec98d5198329154dc6049576854ce895de9 100644 (file)
@@ -16,7 +16,8 @@
 
 \wxheading{Derived from}
 
-\helpref{wxSocketBase}{wxsocketbase}
+\helpref{wxSocketBase}{wxsocketbase}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index aaa19d459f38d1cfdb0dda2b1c65e7f30757740d..b0068051ba6b4c05a8d61603d8a8edf544807c36 100644 (file)
@@ -17,7 +17,8 @@ does not support seeking but can tell its current position.
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index fbeba5646355b740bdcd979302d797592b0d21a0..5c9907b3b5e02b28cbd771cdf166f696fd406232 100644 (file)
@@ -21,6 +21,7 @@ Example usage:
 \wxheading{Derived from}
 
 \helpref{wxFrame}{wxframe}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index 7bf4920cdbc70d5bb0fee79bb99117dd6e91a910..3cf7705b93ef5c749735bdc00be92515d4182834 100644 (file)
@@ -11,7 +11,9 @@ from (such as a file stream or a memory stream).
 
 \wxheading{Derived from}
 
-\helpref{wxFilterInputStream}{wxfilterinputstream}
+\helpref{wxFilterInputStream}{wxfilterinputstream}\\
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -41,7 +43,9 @@ to (such as a file stream or a memory stream).
 
 \wxheading{Derived from}
 
-\helpref{wxFilterOutputStream}{wxfilteroutputstream}
+\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index 8874dce361273bf23ca760a540a32239a125562d..ec70a884fb6113793d74c8c184171a3bdc4a0438 100644 (file)
@@ -5,7 +5,8 @@
 
 \wxheading{Derived from}
 
-\helpref{wxInputStream}{wxinputstream}
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -67,7 +68,8 @@ for that stream.
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index 06ca5ffbafcb0fed0a6dcc84615374dfc46bd777..e2bf61f987df85567996b42a4accb3a48c6db596 100644 (file)
@@ -20,7 +20,8 @@ and it does not support seeking.
 
 \wxheading{Derived from}
 
-\helpref{wxInputStream}{wxinputstream}
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -54,7 +55,8 @@ and it does not support seeking.
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index 503fca1154712c880eaae7d195e5034a79d95d5f..0cddc65c1ffca8080a487bee4b7b3d1340ca5681 100644 (file)
@@ -13,7 +13,9 @@ not supported, it always returns $0$.
 
 \wxheading{Derived from}
 
-\helpref{wxFilterInputStream}{wxfilterinputstream}
+\helpref{wxFilterInputStream}{wxfilterinputstream}\\
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -92,7 +94,9 @@ The stream is not seekable, \helpref{SeekO()}{wxoutputstreamseeko} returns
 
 \wxheading{Derived from}
 
-\helpref{wxFilterOutputStream}{wxfilteroutputstream}
+\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index e16bb97a2596ad5fb0d1f1844b25b1f55deff20d..517a9987916cce07c9531958ec4a0185a378024e 100644 (file)
@@ -61,7 +61,11 @@ rich text control in either the current font or specified font.
 
 \wxheading{Derived from}
 
-\helpref{wxDialog}{wxdialog}
+\helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index c257f097ae7dddfd7be0f6f47aaad95b4f8c13c4..9c3ff6a0804983b099554d23d107452cc0dd8b71 100644 (file)
@@ -8,6 +8,8 @@ This class is retained for backward compatibility.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
@@ -59,6 +61,7 @@ This class is retained for backward compatibility.
 \wxheading{Derived from}
 
 \helpref{wxPanel}{wxpanel}\\
+\helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
index 32d1e42d44994e6349280208bc254e6ea3ad8d86..76c5f15aae852a0e805fa2edcde17f44940bcb23 100644 (file)
@@ -10,7 +10,8 @@ for details.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveClassFactory}{wxarchiveclassfactory}
+\helpref{wxArchiveClassFactory}{wxarchiveclassfactory}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -40,7 +41,8 @@ Holds the meta-data for an entry in a tar.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveEntry}{wxarchiveentry}
+\helpref{wxArchiveEntry}{wxarchiveentry}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -292,7 +294,10 @@ is not compressed.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveInputStream}{wxarchiveinputstream}
+\helpref{wxArchiveInputStream}{wxarchiveinputstream}\\
+\helpref{wxFilterInputStream}{wxfilterinputstream}\\
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -377,7 +382,10 @@ entry and begins the next.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
+\helpref{wxArchiveOutputStream}{wxarchiveoutputstream}\\
+\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index 04fe3708824e88b56ed98c5238eb18627df062ce..3e8f049ba1d6df42d9869896985389e7a1e2ffe9 100644 (file)
@@ -11,7 +11,8 @@ existing file.
 
 \wxheading{Derived from}
 
-\helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
index c09cb219553d5db4a64e0ddce73588d1f836f7a8..69e3baf4fe98a15f65bf05cfc3440da5f1e6f408 100644 (file)
@@ -6,6 +6,7 @@ It is implemented as a generic wxWidgets dialog.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index c6dedd9aa49628b7bafa6ec110e60401f5a29e2f..f5d7b52f5fee5b914826f6aff496582543e195a8 100644 (file)
@@ -185,7 +185,8 @@ void MyFrame::OnTimer(wxTimerEvent& event)
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index e91a03f51fed902c883307631868bca29aa0ff5f..1250a1be0ef6431b84ecb3e3c335ce5dd56a84d9 100644 (file)
@@ -14,7 +14,8 @@ To draw on the whole window including decorations, construct a \helpref{wxWindow
 
 \wxheading{Derived from}
 
-\helpref{wxDC}{wxdc}
+\helpref{wxDC}{wxdc}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
index d805c00742d357c623224b643b4db23eb9a59f12..298417376c1215faef4c6aa64e6f1402370785b9 100644 (file)
@@ -29,7 +29,7 @@ Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your applicatio
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
-\helpref{wxPanel}{wxpanel}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
index fd69fb7b686cf83bb60f9ac70c33204ee820fd15..7713a90a6d9a7d5454818e2989458b7af6bf9c76 100644 (file)
@@ -10,7 +10,8 @@ for details.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveClassFactory}{wxarchiveclassfactory}
+\helpref{wxArchiveClassFactory}{wxarchiveclassfactory}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -40,7 +41,8 @@ Holds the meta-data for an entry in a zip.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveEntry}{wxarchiveentry}
+\helpref{wxArchiveEntry}{wxarchiveentry}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
@@ -446,7 +448,10 @@ wxZipInputStream::SeekI() always returns wxInvalidOffset.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveInputStream}{wxarchiveinputstream}
+\helpref{wxArchiveInputStream}{wxarchiveinputstream}\\
+\helpref{wxFilterInputStream}{wxfilterinputstream}\\
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}
 
@@ -610,7 +615,10 @@ entry and begins the next.
 
 \wxheading{Derived from}
 
-\helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
+\helpref{wxArchiveOutputStream}{wxarchiveoutputstream}\\
+\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
+\helpref{wxOutputStream}{wxoutputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
 
 \wxheading{Include files}