corrected the 'Derived from' sections using the script from the patch 1765640

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-08-15 13:27:12 +00:00
parent eaa785079c
commit 7376079d09
104 changed files with 304 additions and 111 deletions

View File

@@ -31,7 +31,10 @@ corresponding message map macro EVT\_ACTIVEX.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxControl}{wxcontrol} \helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -21,7 +21,9 @@ Note that unlike the third party wxActiveX function names are not supported.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxCommandEvent}{wxcommandevent} \helpref{wxCommandEvent}{wxcommandevent}\\
\helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -407,7 +407,9 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof().
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFilterInputStream}{wxfilterinputstream} \helpref{wxFilterInputStream}{wxfilterinputstream}\\
\helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -692,7 +694,9 @@ closes the current entry and begins the next.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFilterOutputStream}{wxfilteroutputstream} \helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
\helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -72,7 +72,8 @@ understand layers is by running the wxAUI sample.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvtHandler}{wxevthandler} \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -20,7 +20,10 @@ The theme can be changed by calling \helpref{wxAuiNotebook::SetArtProvider}{wxau
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxControl}{wxcontrol} \helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -321,8 +321,7 @@ A brush list is a list containing all brushes which have been created.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxList}{wxlist}\\ \helpref{wxList}{wxlist}
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -188,7 +188,8 @@ a typedef of wxPaintDC. Otherwise, it is a typedef of wxBufferedPaintDC.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxBufferedPaintDC}{wxbufferedpaintdc}\\ \helpref{wxBufferedPaintDC}{wxbufferedpaintdc}\\
\helpref{wxPaintDC}{wxpaintdc}\\ \helpref{wxBufferedDC}{wxbuffereddc}\\
\helpref{wxMemoryDC}{wxmemorydc}\\
\helpref{wxDC}{wxdc}\\ \helpref{wxDC}{wxdc}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -23,6 +23,7 @@ and therefore this is not available to the application.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxListBox}{wxlistbox}\\ \helpref{wxListBox}{wxlistbox}\\
\helpref{wxControlWithItems}{wxcontrolwithitems}\\
\helpref{wxControl}{wxcontrol}\\ \helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\

View File

@@ -18,7 +18,8 @@ to return {\tt true} or {\tt false} depending on whether the close instruction w
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvent}{wxevent} \helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,7 +5,8 @@ simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl}
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvent}{wxevent} \helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,6 +5,7 @@ This class represents the colour chooser dialog.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -82,7 +82,10 @@ offered by \helpref{wxDataViewListModelNotifier}{wxdataviewlistmodelnotifier}.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxControl}{wxcontrol} \helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -7,7 +7,10 @@ wxDataViewEvent - the event class for the wxDataViewCtrl notifications
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxNotifyEvent}{wxnotifyevent} \helpref{wxNotifyEvent}{wxnotifyevent}\\
\helpref{wxCommandEvent}{wxcommandevent}\\
\helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -96,7 +96,7 @@ mostly used internally.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDataViewModel}{wxdataviewmodel}\\ \helpref{wxDataViewModel}{wxdataviewmodel}\\
\helpref{wxObject}{wxobject} \helpref{wxObjectRefData}{wxobjectrefdata}
\wxheading{Include files} \wxheading{Include files}
@@ -234,7 +234,7 @@ to be fixed.
\helpref{wxDataViewListModel}{wxdataviewlistmodel}\\ \helpref{wxDataViewListModel}{wxdataviewlistmodel}\\
\helpref{wxDataViewModel}{wxdataviewmodel}\\ \helpref{wxDataViewModel}{wxdataviewmodel}\\
\helpref{wxObject}{wxobject} \helpref{wxObjectRefData}{wxobjectrefdata}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -139,7 +139,8 @@ in-place editing if desired.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDataViewRenderer}{wxdataviewrenderer} \helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -163,7 +164,8 @@ wxDataViewProgressRenderer
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDataViewRenderer}{wxdataviewrenderer} \helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -186,7 +188,8 @@ wxDataViewToggleRenderer
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDataViewRenderer}{wxdataviewrenderer} \helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -208,7 +211,8 @@ wxDataViewBitmapRenderer
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDataViewRenderer}{wxdataviewrenderer} \helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -231,7 +235,8 @@ wxDataViewDateRenderer
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDataViewRenderer}{wxdataviewrenderer} \helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -266,7 +271,8 @@ in order to end the editing.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDataViewRenderer}{wxdataviewrenderer} \helpref{wxDataViewRenderer}{wxdataviewrenderer}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -17,7 +17,8 @@ compressed in a single .ZIP file.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDebugReportCompress}{wxdebugreportcompress} \helpref{wxDebugReportCompress}{wxdebugreportcompress}\\
\helpref{wxDebugReport}{wxdebugreport}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -17,7 +17,8 @@
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxSocketBase}{wxsocketbase} \helpref{wxSocketBase}{wxsocketbase}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,6 +5,7 @@ This class represents the directory chooser dialog.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -12,6 +12,7 @@ See the example application in {\tt samples/docview}.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -13,6 +13,7 @@ See the example application in {\tt samples/docview}.
\helpref{wxMDIChildFrame}{wxmdichildframe}\\ \helpref{wxMDIChildFrame}{wxmdichildframe}\\
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -12,6 +12,7 @@ See the example application in {\tt samples/docview}.
\helpref{wxMDIParentFrame}{wxmdiparentframe}\\ \helpref{wxMDIParentFrame}{wxmdiparentframe}\\
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -11,6 +11,7 @@ See the example application in {\tt samples/docview}.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -15,7 +15,9 @@ wxFindReplaceDialog events
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxCommandEvent}{wxcommandevent} \helpref{wxCommandEvent}{wxcommandevent}\\
\helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -213,7 +215,11 @@ Please see the dialogs sample for an example of using it.
\wxheading{Derived from} \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}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -14,7 +14,8 @@ can seek beyond the end of the stream (file) and will thus not return
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxInputStream}{wxinputstream} \helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -75,7 +76,8 @@ can seek beyond the end of the stream (file) and will thus not return
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxOutputStream}{wxoutputstream} \helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -127,7 +129,9 @@ Returns true if the stream is initialized and ready.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFFileOutputStream}{wxffileoutputstream}, \helpref{wxFFileInputStream}{wxffileinputstream} \helpref{wxFFileOutputStream}{wxffileoutputstream}\\
\helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -23,7 +23,8 @@ Windows.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxConfigBase}{wxconfigbase} \helpref{wxConfigBase}{wxconfigbase}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,6 +5,7 @@ This class represents the file chooser dialog.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -11,7 +11,8 @@ can seek beyond the end of the stream (file) and will thus not return
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxInputStream}{wxinputstream} \helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -14,7 +14,8 @@ can seek beyond the end of the stream (file) and will thus not return
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxOutputStream}{wxoutputstream} \helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -144,6 +144,7 @@ This class represents the font chooser dialog.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -9,8 +9,7 @@ deleted and their resources freed, eliminating the possibility of `memory leaks'
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxList}{wxlist}\\ \helpref{wxList}{wxlist}
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -56,7 +56,8 @@ void MyFrame::OnAbout(wxCommandEvent&)
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFileSystemHandler}{wxfilesystemhandler} \helpref{wxFileSystemHandler}{wxfilesystemhandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -87,7 +87,10 @@ enum TransferMode
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxProtocol}{wxprotocol} \helpref{wxProtocol}{wxprotocol}\\
\helpref{wxSocketClient}{wxsocketclient}\\
\helpref{wxSocketBase}{wxsocketbase}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -12,7 +12,8 @@ where it is handy.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxSizerItem}{wxsizeritem} \helpref{wxSizerItem}{wxsizeritem}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -13,7 +13,8 @@
\wxheading{Derived from} \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. 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.

View File

@@ -16,7 +16,8 @@ instance, or indirectly using the static convenience CreateXXX functions of wxGr
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxGraphicsObject}{wxgraphicsobject} \helpref{wxGraphicsObject}{wxgraphicsobject}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -13,7 +13,8 @@
\wxheading{Derived from} \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 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. 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.

View File

@@ -15,7 +15,8 @@ A wxGraphicsMatrix is a native representation of an affine matrix. The contents
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxGraphicsObject}{wxgraphicsobject} \helpref{wxGraphicsObject}{wxgraphicsobject}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -16,7 +16,8 @@ therefore be assigned as usual. The only way to get a valid instance is via a Cr
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxGraphicsObject}{wxgraphicsobject} \helpref{wxGraphicsObject}{wxgraphicsobject}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -13,7 +13,8 @@
\wxheading{Derived from} \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. 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.

View File

@@ -33,6 +33,7 @@ the previous implementation.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxScrolledWindow}{wxscrolledwindow}\\ \helpref{wxScrolledWindow}{wxscrolledwindow}\\
\helpref{wxPanel}{wxpanel}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -9,7 +9,8 @@ This cell changes the colour of either the background or the foreground.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxHtmlCell}{wxhtmlcell} \helpref{wxHtmlCell}{wxhtmlcell}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -16,7 +16,8 @@ contain more cells in it. It is heavily used in the wxHTML layout algorithm.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxHtmlCell}{wxhtmlcell} \helpref{wxHtmlCell}{wxhtmlcell}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -12,7 +12,11 @@ when you're writing your own HTML help controller.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe} \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -89,7 +93,11 @@ when you're writing your own HTML help controller.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe} \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -182,7 +190,9 @@ the embedded window to be destroyed independently of the help controller.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxWindow}{wxwindow} \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -10,7 +10,8 @@ This class serves as printout class for HTML documents.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxPrintout}{wxprintout} \helpref{wxPrintout}{wxprintout}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -10,7 +10,8 @@ tag handlers. It is used almost exclusively together with the set of
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxModule}{wxmodule} \helpref{wxModule}{wxmodule}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -2,7 +2,10 @@
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxProtocol}{wxprotocol} \helpref{wxProtocol}{wxprotocol}\\
\helpref{wxSocketClient}{wxsocketclient}\\
\helpref{wxSocketBase}{wxsocketbase}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -12,7 +12,8 @@ wxHtmlWidgetCell takes care of resizing and moving window.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxHtmlCell}{wxhtmlcell} \helpref{wxHtmlCell}{wxhtmlcell}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -27,7 +27,11 @@ Don't forget to initialize all image formats you need before loading any page!
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxScrolledWindow}{wxscrolledwindow} \helpref{wxScrolledWindow}{wxscrolledwindow}\\
\helpref{wxPanel}{wxpanel}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -12,7 +12,8 @@ to wxHtmlParser's m\_Parser).
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxHtmlTagHandler}{wxhtmltaghandler} \helpref{wxHtmlTagHandler}{wxhtmltaghandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -10,7 +10,8 @@ is being developed.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxSockAddress}{wxsockaddress} \helpref{wxSockAddress}{wxsockaddress}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,7 +5,9 @@
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxIPaddress}{wxipaddress} \helpref{wxIPaddress}{wxipaddress}\\
\helpref{wxSockAddress}{wxsockaddress}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,7 +5,8 @@ events received by windows.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvent}{wxevent} \helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -56,7 +56,8 @@ key event function, otherwise menu shortcuts may cease to work under Windows.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvent}{wxevent} \helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -610,7 +610,8 @@ don't want this to happen, use wxLogInterposerTemp instead.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxLogChain}{wxlogchain} \helpref{wxLogChain}{wxlogchain}\\
\helpref{wxLog}{wxlog}
\wxheading{Include files} \wxheading{Include files}
@@ -640,7 +641,8 @@ and/or \helpref{DoLogString}{wxlogdologstring} methods.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxLogChain}{wxlogchain} \helpref{wxLogChain}{wxlogchain}\\
\helpref{wxLog}{wxlog}
\wxheading{Include files} \wxheading{Include files}
@@ -766,7 +768,9 @@ them normally by showing the standard log dialog.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxLogInterposer}{wxloginterposer} \helpref{wxLogInterposer}{wxloginterposer}\\
\helpref{wxLogChain}{wxlogchain}\\
\helpref{wxLog}{wxlog}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -6,6 +6,7 @@ which is itself a child of \helpref{wxMDIParentFrame}{wxmdiparentframe}.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}
@@ -236,6 +237,7 @@ and is used in many popular Windows applications, such as Microsoft Word(TM).
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -24,7 +24,10 @@ QuickTime backend.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxControl}{wxcontrol} \helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -15,7 +15,10 @@ Event \helpref{wxMediaCtrl}{wxmediactrl} uses.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxNotifyEvent}{wxnotifyevent} \helpref{wxNotifyEvent}{wxnotifyevent}\\
\helpref{wxCommandEvent}{wxcommandevent}\\
\helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -9,6 +9,7 @@ using the ``Mini frame'' command of the ``Generic dialogs'' submenu.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -21,7 +21,8 @@ wxMirrorDC has been added in wxWidgets version 2.5.0.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDC}{wxdc} \helpref{wxDC}{wxdc}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -6,6 +6,7 @@ the user to select one or more.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -40,7 +40,8 @@ well.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvent}{wxevent} \helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -6,6 +6,7 @@ with a choice of OK, Yes, No and Cancel buttons.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -11,7 +11,6 @@ change if it wants to prevent it from happening.
\helpref{wxCommandEvent}{wxcommandevent}\\ \helpref{wxCommandEvent}{wxcommandevent}\\
\helpref{wxEvent}{wxevent}\\ \helpref{wxEvent}{wxevent}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -25,7 +25,6 @@ and \helpref{OnMeasureItemWidth()}{wxownerdrawncomboboxonmeasureitemwidth}.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxComboCtrl}{wxcomboctrl}\\ \helpref{wxComboCtrl}{wxcomboctrl}\\
\helpref{wxControlWithItems}{wxcontrolwithitems}\\
\helpref{wxControl}{wxcontrol}\\ \helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\

View File

@@ -25,6 +25,7 @@ by the application.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -18,7 +18,8 @@ To draw on the whole window including decorations, construct a \helpref{wxWindow
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxWindowDC}{wxwindowdc}\\ \helpref{wxWindowDC}{wxwindowdc}\\
\helpref{wxDC}{wxdc} \helpref{wxDC}{wxdc}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -7,6 +7,7 @@ It is implemented as a generic wxWidgets dialog.
\helpref{wxTextEntryDialog}{wxtextentrydialog}\\ \helpref{wxTextEntryDialog}{wxtextentrydialog}\\
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -9,7 +9,8 @@ want to search files in some standard paths.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxArrayString}{wxarraystring} \helpref{wxArrayString}{wxarraystring}\\
\helpref{wxArray}{wxarray}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -6,8 +6,9 @@ system to display the preview.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxScrolledWindow}{wxscrolledwindow}\\ \helpref{wxScrolledWindow}{wxscrolledwindow}\\
\helpref{wxPanel}{wxpanel}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxevthandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -124,6 +125,7 @@ class may be used without derivation.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -366,6 +366,7 @@ a successfully dismissed print dialog.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -28,7 +28,8 @@ for explicit destruction.}
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvtHandler}{wxevthandler} \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -19,6 +19,7 @@ the elapsed, remaining and estimated time for the end of the progress.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -39,6 +39,7 @@ Windows-style and Mac-style settings dialogs).
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -4,7 +4,8 @@ This class represents a character style definition, usually added to a \helpref{
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition} \helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -28,7 +28,10 @@ function that takes a wxRichTextEvent argument.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxNotifyEvent}{wxnotifyevent} \helpref{wxNotifyEvent}{wxnotifyevent}\\
\helpref{wxCommandEvent}{wxcommandevent}\\
\helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -26,7 +26,12 @@ to apply the user-selected formatting to a control. For example:
\wxheading{Derived from} \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} \wxheading{Include files}

View File

@@ -34,7 +34,8 @@ SetHandlerFlags function:
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxRichTextFileHandler}{wxrichtextfilehandler} \helpref{wxRichTextFileHandler}{wxrichtextfilehandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -13,7 +13,9 @@ so that you can apply them directly to a buffer without requiring a control.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxRichTextParagraphStyleDefinition}{wxrichtextparagraphstyledefinition} \helpref{wxRichTextParagraphStyleDefinition}{wxrichtextparagraphstyledefinition}\\
\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -4,7 +4,8 @@ This class represents a paragraph style definition, usually added to a \helpref{
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition} \helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,7 +5,8 @@ should normally use the \helpref{wxRichTextPrinting}{wxrichtextprinting} class.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxPrintout}{wxprintout} \helpref{wxPrintout}{wxprintout}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -7,7 +7,11 @@ See {\tt samples/richtext} for an example of how to use it.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxComboCtrl}{wxcomboctrl} \helpref{wxComboCtrl}{wxcomboctrl}\\
\helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -75,7 +79,13 @@ See {\tt samples/richtext} for an example of how to use it.
\wxheading{Derived from} \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} \wxheading{Include files}
@@ -225,7 +235,10 @@ so that when a style is double-clicked, it is applied to the selection.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxControl}{wxcontrol} \helpref{wxControl}{wxcontrol}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -7,7 +7,11 @@ present styles.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog} \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -19,7 +19,8 @@ SetHandlerFlags function:
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxRichTextFileHandler}{wxrichtextfilehandler} \helpref{wxRichTextFileHandler}{wxrichtextfilehandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -6,7 +6,8 @@ a wxScreenDC object.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDC}{wxdc} \helpref{wxDC}{wxdc}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -16,7 +16,8 @@ supports seeking.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxInputStream}{wxinputstream} \helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -43,8 +43,7 @@ capabilities for the various virtual methods.}
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxObject}{wxobject}\\ \helpref{wxObject}{wxobject}
\helpref{wxClientDataContainer}{wxclientdatacontainer}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -7,6 +7,7 @@ single-clicking and then pressing OK.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -1006,7 +1006,8 @@ For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbaseset
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxSocketBase}{wxsocketbase} \helpref{wxSocketBase}{wxsocketbase}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -1153,7 +1154,8 @@ This event class contains information about socket events.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxEvent}{wxevent} \helpref{wxEvent}{wxevent}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -16,7 +16,8 @@
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxSocketBase}{wxsocketbase} \helpref{wxSocketBase}{wxsocketbase}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -17,7 +17,8 @@ does not support seeking but can tell its current position.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxOutputStream}{wxoutputstream} \helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -21,6 +21,7 @@ Example usage:
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFrame}{wxframe}\\ \helpref{wxFrame}{wxframe}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -11,7 +11,9 @@ from (such as a file stream or a memory stream).
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFilterInputStream}{wxfilterinputstream} \helpref{wxFilterInputStream}{wxfilterinputstream}\\
\helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -41,7 +43,9 @@ to (such as a file stream or a memory stream).
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFilterOutputStream}{wxfilteroutputstream} \helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
\helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -5,7 +5,8 @@
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxInputStream}{wxinputstream} \helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -67,7 +68,8 @@ for that stream.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxOutputStream}{wxoutputstream} \helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -20,7 +20,8 @@ and it does not support seeking.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxInputStream}{wxinputstream} \helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -54,7 +55,8 @@ and it does not support seeking.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxOutputStream}{wxoutputstream} \helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -13,7 +13,9 @@ not supported, it always returns $0$.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFilterInputStream}{wxfilterinputstream} \helpref{wxFilterInputStream}{wxfilterinputstream}\\
\helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -92,7 +94,9 @@ The stream is not seekable, \helpref{SeekO()}{wxoutputstreamseeko} returns
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxFilterOutputStream}{wxfilteroutputstream} \helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
\helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -61,7 +61,11 @@ rich text control in either the current font or specified font.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog} \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -8,6 +8,8 @@ This class is retained for backward compatibility.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}
@@ -59,6 +61,7 @@ This class is retained for backward compatibility.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxPanel}{wxpanel}\\ \helpref{wxPanel}{wxpanel}\\
\helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

View File

@@ -10,7 +10,8 @@ for details.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxArchiveClassFactory}{wxarchiveclassfactory} \helpref{wxArchiveClassFactory}{wxarchiveclassfactory}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -40,7 +41,8 @@ Holds the meta-data for an entry in a tar.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxArchiveEntry}{wxarchiveentry} \helpref{wxArchiveEntry}{wxarchiveentry}\\
\helpref{wxObject}{wxobject}
\wxheading{Include files} \wxheading{Include files}
@@ -292,7 +294,10 @@ is not compressed.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxArchiveInputStream}{wxarchiveinputstream} \helpref{wxArchiveInputStream}{wxarchiveinputstream}\\
\helpref{wxFilterInputStream}{wxfilterinputstream}\\
\helpref{wxInputStream}{wxinputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}
@@ -377,7 +382,10 @@ entry and begins the next.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxArchiveOutputStream}{wxarchiveoutputstream} \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}\\
\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\
\helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -11,7 +11,8 @@ existing file.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxOutputStream}{wxoutputstream} \helpref{wxOutputStream}{wxoutputstream}\\
\helpref{wxStreamBase}{wxstreambase}
\wxheading{Include files} \wxheading{Include files}

View File

@@ -6,6 +6,7 @@ It is implemented as a generic wxWidgets dialog.
\wxheading{Derived from} \wxheading{Derived from}
\helpref{wxDialog}{wxdialog}\\ \helpref{wxDialog}{wxdialog}\\
\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
\helpref{wxWindow}{wxwindow}\\ \helpref{wxWindow}{wxwindow}\\
\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject} \helpref{wxObject}{wxobject}

Some files were not shown because too many files have changed in this diff Show More