added the mention of library in which each class is defined to the documentation (patch 1756715)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-28 12:21:03 +00:00
parent a9c3b09ee6
commit a7af285d1a
412 changed files with 2045 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ All:
- wxLogInterposer has been added to replace wxLogPassThrough and new - wxLogInterposer has been added to replace wxLogPassThrough and new
wxLogInterposerTemp was added wxLogInterposerTemp was added
- Added support for broadcasting to UDP sockets (Andrew Vincent) - Added support for broadcasting to UDP sockets (Andrew Vincent)
- Documentation now includes the wx library in which each class is defined
All (Unix): All (Unix):

View File

@@ -41,6 +41,10 @@ No base class
<wx/aboutdlg.h> <wx/aboutdlg.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -10,6 +10,10 @@ None
<wx/accel.h> <wx/accel.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxAcceleratorTable}{wxacceleratortable}, \helpref{wxWindow::SetAcceleratorTable}{wxwindowsetacceleratortable} \helpref{wxAcceleratorTable}{wxacceleratortable}, \helpref{wxWindow::SetAcceleratorTable}{wxwindowsetacceleratortable}
@@ -85,6 +89,10 @@ initial accelerator table for a window.
<wx/accel.h> <wx/accel.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Predefined objects} \wxheading{Predefined objects}
Objects: Objects:

View File

@@ -43,6 +43,10 @@ symbol is set to 1.
<wx/access.h> <wx/access.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Data structures} \wxheading{Data structures}
Functions return a wxAccStatus error code, which Functions return a wxAccStatus error code, which

View File

@@ -12,6 +12,10 @@ or deactivated.
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
To process an activate event, use these event handler macros to direct input to a member To process an activate event, use these event handler macros to direct input to a member

View File

@@ -30,6 +30,10 @@ It is only available if \texttt{wxUSE\_ANIMATIONCTRL} is set to $1$ (the default
<wx/animate.h> <wx/animate.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm}% \twocolwidtha{5cm}%

View File

@@ -23,6 +23,10 @@ Sound is not supported by wxAnimation.
<wx/animate.h> <wx/animate.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\wxheading{Predefined objects} \wxheading{Predefined objects}
Objects: Objects:

View File

@@ -26,6 +26,10 @@ a reference to your application object) to be visible to other files.
<wx/app.h> <wx/app.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxApp overview}{wxappoverview} \helpref{wxApp overview}{wxappoverview}

View File

@@ -29,6 +29,10 @@ None
<wx/apptrait.h> <wx/apptrait.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxApp overview}{wxappoverview}, \helpref{wxApp}{wxapp} \helpref{wxApp overview}{wxappoverview}, \helpref{wxApp}{wxapp}

View File

@@ -31,6 +31,10 @@ using \helpref{GetFirst() and GetNext()}{wxarchiveclassfactorygetfirst}.
<wx/archive.h> <wx/archive.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{Data structures} \wxheading{Data structures}
\begin{verbatim} \begin{verbatim}
@@ -227,6 +231,10 @@ in archive files such as zips and tars.
<wx/archive.h> <wx/archive.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Archive formats such as zip}{wxarc}\\ \helpref{Archive formats such as zip}{wxarc}\\
@@ -405,6 +413,10 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof().
<wx/archive.h> <wx/archive.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{Data structures} \wxheading{Data structures}
\begin{verbatim} \begin{verbatim}
typedef wxArchiveEntry entry_type typedef wxArchiveEntry entry_type
@@ -642,6 +654,10 @@ No base class
<wx/archive.h> <wx/archive.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Archives on non-seekable streams}{wxarcnoseek}\\ \helpref{Archives on non-seekable streams}{wxarcnoseek}\\
@@ -682,6 +698,10 @@ closes the current entry and begins the next.
<wx/archive.h> <wx/archive.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Archive formats such as zip}{wxarc}\\ \helpref{Archive formats such as zip}{wxarc}\\

View File

@@ -85,6 +85,10 @@ example:
\begin{verbatim} \begin{verbatim}
#include <wx/dynarray.h> #include <wx/dynarray.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
// we must forward declare the array because it is used inside the class // we must forward declare the array because it is used inside the class
// declaration // declaration
class MyDirectory; class MyDirectory;

View File

@@ -50,6 +50,10 @@ functions.
<wx/arrstr.h> <wx/arrstr.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxArray}{wxarray}, \helpref{wxString}{wxstring}, \helpref{wxString overview}{wxstringoverview} \helpref{wxArray}{wxarray}, \helpref{wxString}{wxstring}, \helpref{wxString overview}{wxstringoverview}

View File

@@ -153,6 +153,10 @@ See the \helpref{artprov}{sampleartprovider} sample for an example of wxArtProvi
<wx/artprov.h> <wx/artprov.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -28,6 +28,10 @@ No base class
<wx/aui/dockart.h> <wx/aui/dockart.h>
\wxheading{Library}
\helpref{wxAui}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxAuiManager}{wxauimanager}, \helpref{wxAuiManager}{wxauimanager},

View File

@@ -26,6 +26,10 @@ The theme can be changed by calling \helpref{wxAuiNotebook::SetArtProvider}{wxau
<wx/aui/auibook.h> <wx/aui/auibook.h>
\wxheading{Library}
\helpref{wxAui}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}

View File

@@ -15,6 +15,10 @@ No base class
<wx/aui/auibook.h> <wx/aui/auibook.h>
\wxheading{Library}
\helpref{wxAui}{librarieslist}
\wxheading{Data structures} \wxheading{Data structures}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -26,6 +26,10 @@ Note that this class obviously works under Windows only.
<wx/msw/ole/automtn.h> <wx/msw/ole/automtn.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxVariant}{wxvariant} \helpref{wxVariant}{wxvariant}

View File

@@ -18,6 +18,10 @@ almost any other window.
<wx/bmpbuttn.h> <wx/bmpbuttn.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Remarks} \wxheading{Remarks}

View File

@@ -14,6 +14,10 @@ either monochrome or colour or colour with alpha channel support.
<wx/bitmap.h> <wx/bitmap.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Predefined objects} \wxheading{Predefined objects}
Objects: Objects:

View File

@@ -26,6 +26,10 @@ wxGENERIC\_BITMAPCOMBOBOX is defined.
<wx/bmpcbox.h> <wx/bmpcbox.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt

View File

@@ -27,6 +27,10 @@ efficiency.
<wx/dataobj.h> <wx/dataobj.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Clipboard and drag and drop overview}{wxdndoverview}, \helpref{Clipboard and drag and drop overview}{wxdndoverview},

View File

@@ -17,6 +17,10 @@ application initialisation.
<wx/bitmap.h> <wx/bitmap.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxBitmap}{wxbitmap}, \helpref{wxIcon}{wxicon}, \helpref{wxCursor}{wxcursor} \helpref{wxBitmap}{wxbitmap}, \helpref{wxIcon}{wxicon}, \helpref{wxCursor}{wxcursor}

View File

@@ -14,6 +14,10 @@ For more information, please see \helpref{Programming with wxBoxSizer}{boxsizerp
<wx/sizer.h> <wx/sizer.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxSizer}{wxsizer}, \helpref{Sizer overview}{sizeroverview} \helpref{wxSizer}{wxsizer}, \helpref{Sizer overview}{sizeroverview}

View File

@@ -24,6 +24,10 @@ style.
<wx/brush.h> <wx/brush.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Predefined objects} \wxheading{Predefined objects}
Objects: Objects:
@@ -324,6 +328,10 @@ A brush list is a list containing all brushes which have been created.
<wx/gdicmn.h> <wx/gdicmn.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Remarks} \wxheading{Remarks}
There is only one instance of this class: {\bf wxTheBrushList}. Use There is only one instance of this class: {\bf wxTheBrushList}. Use

View File

@@ -46,6 +46,10 @@ buffering on the systems which already do it automatically.
<wx/dcbuffer.h> <wx/dcbuffer.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxDC}{wxdc},\rtfsp \helpref{wxDC}{wxdc},\rtfsp
@@ -132,6 +136,10 @@ already does this internally for the real underlying wxPaintDC.
<wx/dcbuffer.h> <wx/dcbuffer.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxDC}{wxdc},\rtfsp \helpref{wxDC}{wxdc},\rtfsp

View File

@@ -24,6 +24,10 @@ None
<wx/utils.h> <wx/utils.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxBeginBusyCursor}{wxbeginbusycursor},\rtfsp \helpref{wxBeginBusyCursor}{wxbeginbusycursor},\rtfsp

View File

@@ -49,6 +49,10 @@ None
<wx/busyinfo.h> <wx/busyinfo.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxBusyInfo::wxBusyInfo}\label{wxbusyinfoctor} \membersection{wxBusyInfo::wxBusyInfo}\label{wxbusyinfoctor}

View File

@@ -16,6 +16,10 @@ almost any other window.
<wx/button.h> <wx/button.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm}% \twocolwidtha{5cm}%

View File

@@ -13,6 +13,10 @@ occupy.
<wx/laywin.h> <wx/laywin.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
\twocolwidtha{7cm}% \twocolwidtha{7cm}%

View File

@@ -47,6 +47,10 @@ is changed, so you will often want to update them in
<wx/calctrl.h> <wx/calctrl.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm} \twocolwidtha{5cm}
@@ -334,6 +338,10 @@ enum wxCalendarDateBorder
<wx/calctrl.h> <wx/calctrl.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
@@ -486,6 +494,10 @@ The wxCalendarEvent class is used together with
<wx/calctrl.h> <wx/calctrl.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxCalendarCtrl}{wxcalendarctrl} \helpref{wxCalendarCtrl}{wxcalendarctrl}

View File

@@ -30,6 +30,10 @@ No base class
<wx/caret.h> <wx/caret.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Data structures} \wxheading{Data structures}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -16,6 +16,10 @@ Often this is used as a "Does Not Apply" state.
<wx/checkbox.h> <wx/checkbox.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{7cm} \twocolwidtha{7cm}

View File

@@ -32,6 +32,10 @@ and therefore this is not available to the application.
<wx/checklst.h> <wx/checklst.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
See \helpref{wxListBox}{wxlistbox}. See \helpref{wxListBox}{wxlistbox}.

View File

@@ -17,6 +17,10 @@ Use \helpref{FindFocus}{wxwindowfindfocus} to retreive the window which is actua
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
To process a child focus event, use this event handler macro to direct input to a member To process a child focus event, use this event handler macro to direct input to a member

View File

@@ -27,6 +27,10 @@ menu of choices.
<wx/choice.h> <wx/choice.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt

View File

@@ -36,6 +36,10 @@ wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\
<wx/choicebk.h> <wx/choicebk.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm} \twocolwidtha{5cm}

View File

@@ -12,6 +12,10 @@ No parent class.
<wx/object.h> <wx/object.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Overview}{wxclassinfooverview}, \helpref{wxObject}{wxobject} \helpref{Overview}{wxclassinfooverview}, \helpref{wxObject}{wxobject}

View File

@@ -27,6 +27,10 @@ use the mix-in class \helpref{wxClientDataContainer}{wxclientdatacontainer}.
<wx/clntdata.h> <wx/clntdata.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxEvtHandler}{wxevthandler}, \helpref{wxTreeItemData}{wxtreeitemdata}, \helpref{wxEvtHandler}{wxevthandler}, \helpref{wxTreeItemData}{wxtreeitemdata},
@@ -72,6 +76,10 @@ No base class
<wx/clntdata.h> <wx/clntdata.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{Data structures} \wxheading{Data structures}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -20,6 +20,10 @@ To draw on the whole window including decorations, construct a \helpref{wxWindow
<wx/dcclient.h> <wx/dcclient.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp \helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp

View File

@@ -46,6 +46,10 @@ For example:
<wx/clipbrd.h> <wx/clipbrd.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Drag and drop overview}{wxdndoverview}, \helpref{wxDataObject}{wxdataobject} \helpref{Drag and drop overview}{wxdndoverview}, \helpref{wxDataObject}{wxdataobject}

View File

@@ -48,6 +48,10 @@ Windows.
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event handling} \wxheading{Event handling}

View File

@@ -24,6 +24,10 @@ to return {\tt true} or {\tt false} depending on whether the close instruction w
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
To process a close event, use these event handler macros to direct input to member To process a close event, use these event handler macros to direct input to member

View File

@@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_COLOURPICKERCTRL} is set to $1$ (the defa
<wx/clrpicker.h> <wx/clrpicker.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm}% \twocolwidtha{5cm}%
@@ -146,6 +150,10 @@ This event class is used for the events generated by
<wx/clrpicker.h> <wx/clrpicker.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event handling} \wxheading{Event handling}
To process input from a wxColourPickerCtrl, use one of these event handler macros to To process input from a wxColourPickerCtrl, use one of these event handler macros to

View File

@@ -11,6 +11,10 @@ simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl}
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
To process a menu command event, use these event handler macros to direct input to member To process a menu command event, use these event handler macros to direct input to member

View File

@@ -53,6 +53,10 @@ No base class
<wx/cmdline.h> <wx/cmdline.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{Constants} \wxheading{Constants}
The structure wxCmdLineEntryDesc is used to describe the one command The structure wxCmdLineEntryDesc is used to describe the one command

View File

@@ -12,6 +12,10 @@ if you want different behaviour.
<wx/cmdproc.h> <wx/cmdproc.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxCommandProcessor overview}{wxcommandprocessoroverview}, \helpref{wxCommand}{wxcommand} \helpref{wxCommandProcessor overview}{wxcommandprocessoroverview}, \helpref{wxCommand}{wxcommand}

View File

@@ -13,6 +13,10 @@ the application a chance to show a context (popup) menu.
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
To process a menu event, use these event handler macros to direct input to member To process a menu event, use these event handler macros to direct input to member

View File

@@ -56,6 +56,10 @@ It is only available if \texttt{wxUSE\_COLLPANE} is set to $1$ (the default).
<wx/collpane.h> <wx/collpane.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm}% \twocolwidtha{5cm}%
@@ -188,6 +192,10 @@ This event class is used for the events generated by
<wx/collpane.h> <wx/collpane.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event handling} \wxheading{Event handling}
To process input from a wxCollapsiblePane, use one of these event handler macros to To process input from a wxCollapsiblePane, use one of these event handler macros to

View File

@@ -13,6 +13,10 @@ This class represents the colour chooser dialog.
<wx/colordlg.h> <wx/colordlg.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxColourDialog Overview}{wxcolourdialogoverview},\\ \helpref{wxColourDialog Overview}{wxcolourdialogoverview},\\

View File

@@ -28,6 +28,10 @@ You can retrieve the current system colour settings with \helpref{wxSystemSettin
<wx/colour.h> <wx/colour.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Predefined objects} \wxheading{Predefined objects}
Objects: Objects:
@@ -225,6 +229,10 @@ This class holds a variety of information related to colour dialogs.
<wx/cmndata.h> <wx/cmndata.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxColour}{wxcolour}, \helpref{wxColourDialog}{wxcolourdialog}, \helpref{wxColourDialog overview}{wxcolourdialogoverview} \helpref{wxColour}{wxcolour}, \helpref{wxColourDialog}{wxcolourdialog}, \helpref{wxColourDialog overview}{wxcolourdialogoverview}
@@ -337,6 +345,10 @@ None
<wx/gdicmn.h> <wx/gdicmn.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Remarks} \wxheading{Remarks}
The standard database contains at least the following colours: The standard database contains at least the following colours:

View File

@@ -22,6 +22,10 @@ and the ready-to-use \helpref{wxBitmapComboBox}{wxbitmapcombobox}.
<wx/combobox.h> <wx/combobox.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt

View File

@@ -36,6 +36,10 @@ Here's a minimal sample of \helpref{wxListView}{wxlistview} popup:
#include <wx/combo.h> #include <wx/combo.h>
#include <wx/listctrl.h> #include <wx/listctrl.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
class wxListViewComboPopup : public wxListView, class wxListViewComboPopup : public wxListView,
public wxComboPopup public wxComboPopup

View File

@@ -19,6 +19,10 @@ how to use it, see \helpref{Setting Custom Popup for wxComboCtrl}{wxcomboctrl}.
<wx/combo.h> <wx/combo.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxComboCtrl}{wxcomboctrl} \helpref{wxComboCtrl}{wxcomboctrl}

View File

@@ -13,6 +13,10 @@ change the data or view.
<wx/cmdproc.h> <wx/cmdproc.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\overview{Overview}{wxcommandoverview} \overview{Overview}{wxcommandoverview}

View File

@@ -105,6 +105,10 @@ None.
<wx/thread.h> <wx/thread.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex} \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex}

View File

@@ -15,6 +15,10 @@ displays one or more item of data.
<wx/control.h> <wx/control.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxValidator}{wxvalidator} \helpref{wxValidator}{wxvalidator}

View File

@@ -21,6 +21,10 @@ memory stream).
<wx/stream.h> <wx/stream.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
% ----------- % -----------

View File

@@ -14,6 +14,10 @@ the window hierarchy.
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
To process a window creation event, use this event handler macro to direct input to a member To process a window creation event, use this event handler macro to direct input to a member

View File

@@ -22,6 +22,10 @@ None.
<wx/thread.h> <wx/thread.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition}, \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},

View File

@@ -41,6 +41,10 @@ None.
<wx/thread.h> <wx/thread.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxCriticalSection}{wxcriticalsection}, \helpref{wxCriticalSection}{wxcriticalsection},

View File

@@ -17,6 +17,10 @@ default user character set.
<wx/strconv.h> <wx/strconv.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxMBConv}{wxmbconv}, \helpref{wxMBConv}{wxmbconv},

View File

@@ -32,6 +32,10 @@ help mode.
<wx/cshelp.h> <wx/cshelp.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxHelpEvent}{wxhelpevent}, \helpref{wxHelpEvent}{wxhelpevent},
@@ -93,6 +97,10 @@ on other platforms you will have to add a button explicitly, usually next to OK,
<wx/cshelp.h> <wx/cshelp.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxBitmapButton}{wxbitmapbutton}, \helpref{wxContextHelp}{wxcontexthelp} \helpref{wxBitmapButton}{wxbitmapbutton}, \helpref{wxContextHelp}{wxcontexthelp}

View File

@@ -44,6 +44,10 @@ client data pointer) or \helpref{SetClientData}{wxcontrolwithitemssetclientdata}
<wx/ctrlsub.h> but usually never included directly <wx/ctrlsub.h> but usually never included directly
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxControlWithItems::Append}\label{wxcontrolwithitemsappend} \membersection{wxControlWithItems::Append}\label{wxcontrolwithitemsappend}

View File

@@ -24,6 +24,10 @@ global \helpref{::wxSetCursor}{wxsetcursor} is also available for MS Windows use
<wx/cursor.h> <wx/cursor.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Predefined objects} \wxheading{Predefined objects}
Objects: Objects:

View File

@@ -35,6 +35,10 @@ only the last one if you only allow reading/writing the data)
<wx/dataobj.h> <wx/dataobj.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxDataObject}{wxdataobject} \helpref{wxDataObject}{wxdataobject}

View File

@@ -124,6 +124,10 @@ None
<wx/dataobj.h> <wx/dataobj.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Clipboard and drag and drop overview}{wxdndoverview}, \helpref{Clipboard and drag and drop overview}{wxdndoverview},

View File

@@ -32,6 +32,10 @@ enum wxDataViewColumnFlags
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewColumn::wxDataViewColumn}\label{wxdataviewcolumnwxdataviewcolumn} \membersection{wxDataViewColumn::wxDataViewColumn}\label{wxdataviewcolumnwxdataviewcolumn}

View File

@@ -88,6 +88,10 @@ offered by \helpref{wxDataViewListModelNotifier}{wxdataviewlistmodelnotifier}.
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewCtrl::wxDataViewCtrl}\label{wxdataviewctrlwxdataviewctrl} \membersection{wxDataViewCtrl::wxDataViewCtrl}\label{wxdataviewctrlwxdataviewctrl}

View File

@@ -13,6 +13,10 @@ wxDataViewEvent - the event class for the wxDataViewCtrl notifications
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewEvent::wxDataViewEvent}\label{wxdatavieweventwxdataviewevent} \membersection{wxDataViewEvent::wxDataViewEvent}\label{wxdatavieweventwxdataviewevent}

View File

@@ -19,6 +19,10 @@ of the abstract wxDataViewModel.
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewModel::wxDataViewModel}\label{wxdataviewmodelwxdataviewmodel} \membersection{wxDataViewModel::wxDataViewModel}\label{wxdataviewmodelwxdataviewmodel}
\func{}{wxDataViewModel}{\void} \func{}{wxDataViewModel}{\void}

View File

@@ -62,6 +62,10 @@ enum wxDataViewCellRenderState
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewRenderer::wxDataViewRenderer}\label{wxdataviewrendererwxdataviewrenderer} \membersection{wxDataViewRenderer::wxDataViewRenderer}\label{wxdataviewrendererwxdataviewrenderer}
@@ -141,6 +145,10 @@ in-place editing if desired.
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewTextRenderer::wxDataViewTextRenderer}\label{wxdataviewtextrendererwxdataviewtextrenderer} \membersection{wxDataViewTextRenderer::wxDataViewTextRenderer}\label{wxdataviewtextrendererwxdataviewtextrenderer}
@@ -161,6 +169,10 @@ wxDataViewProgressRenderer
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewProgressRenderer::wxDataViewProgressRenderer}\label{wxdataviewprogressrendererwxdataviewprogressrenderer} \membersection{wxDataViewProgressRenderer::wxDataViewProgressRenderer}\label{wxdataviewprogressrendererwxdataviewprogressrenderer}
@@ -180,6 +192,10 @@ wxDataViewToggleRenderer
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewToggleRenderer::wxDataViewToggleRenderer}\label{wxdataviewtogglerendererwxdataviewtogglerenderer} \membersection{wxDataViewToggleRenderer::wxDataViewToggleRenderer}\label{wxdataviewtogglerendererwxdataviewtogglerenderer}
@@ -198,6 +214,10 @@ wxDataViewBitmapRenderer
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewBitmapRenderer::wxDataViewBitmapRenderer}\label{wxdataviewbitmaprendererwxdataviewbitmaprenderer} \membersection{wxDataViewBitmapRenderer::wxDataViewBitmapRenderer}\label{wxdataviewbitmaprendererwxdataviewbitmaprenderer}
@@ -217,6 +237,10 @@ wxDataViewDateRenderer
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewDateRenderer::wxDataViewDateRenderer}\label{wxdataviewdaterendererwxdataviewdaterenderer} \membersection{wxDataViewDateRenderer::wxDataViewDateRenderer}\label{wxdataviewdaterendererwxdataviewdaterenderer}
\func{}{wxDataViewDateRenderer}{\param{const wxString\& }{varianttype = wxT("datetime")}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_ACTIVATABLE}} \func{}{wxDataViewDateRenderer}{\param{const wxString\& }{varianttype = wxT("datetime")}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_ACTIVATABLE}}
@@ -248,6 +272,10 @@ in order to end the editing.
<wx/dataview.h> <wx/dataview.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\membersection{wxDataViewCustomRenderer::wxDataViewCustomRenderer}\label{wxdataviewcustomrendererwxdataviewcustomrenderer} \membersection{wxDataViewCustomRenderer::wxDataViewCustomRenderer}\label{wxdataviewcustomrendererwxdataviewcustomrenderer}
\func{}{wxDataViewCustomRenderer}{\param{const wxString\& }{varianttype = wxT("string")}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{bool }{no\_init = false}} \func{}{wxDataViewCustomRenderer}{\param{const wxString\& }{varianttype = wxT("string")}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{bool }{no\_init = false}}

View File

@@ -30,6 +30,10 @@ It is only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$.
<wx/datectrl.h> <wx/datectrl.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
(only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$) (only available if \texttt{wxUSE\_DATEPICKCTRL} is set to $1$)
\wxheading{Window styles} \wxheading{Window styles}

View File

@@ -24,6 +24,10 @@ for \helpref{wxCalendarEvent}{wxcalendarevent}.
<wx/dateevt.h> <wx/dateevt.h>
\wxheading{Library}
\helpref{wxAdv}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDateEvent::GetDate}\label{wxdateeventgetdate} \membersection{wxDateEvent::GetDate}\label{wxdateeventgetdate}

View File

@@ -54,6 +54,10 @@ No base class
<wx/datetime.h> <wx/datetime.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Date classes overview}{wxdatetimeoverview},\rtfsp \helpref{Date classes overview}{wxdatetimeoverview},\rtfsp

View File

@@ -175,6 +175,10 @@ No base class
<wx/datetime.h> <wx/datetime.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Date classes overview}{wxdatetimeoverview},\rtfsp \helpref{Date classes overview}{wxdatetimeoverview},\rtfsp
@@ -1572,6 +1576,10 @@ No base class
<wx/datetime.h> <wx/datetime.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
TODO TODO
@@ -1586,6 +1594,10 @@ No base class
<wx/datetime.h> <wx/datetime.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
TODO TODO

View File

@@ -37,6 +37,10 @@ None
<wx/datstrm.h> <wx/datstrm.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDataInputStream::wxDataInputStream}\label{wxdatainputstreamctor} \membersection{wxDataInputStream::wxDataInputStream}\label{wxdatainputstreamctor}

View File

@@ -21,6 +21,10 @@ None
<wx/datstrm.h> <wx/datstrm.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamctor} \membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamctor}

View File

@@ -13,6 +13,10 @@ an introduction to using the ODBC classes.
<wx/db.h> <wx/db.h>
\wxheading{Library}
\helpref{wxOdbc}{librarieslist}
\wxheading{Helper classes and data structures} \wxheading{Helper classes and data structures}
The following classes and structs are defined in db.cpp/.h for use with the wxDb class. The following classes and structs are defined in db.cpp/.h for use with the wxDb class.
@@ -1680,6 +1684,10 @@ an introduction to using the ODBC classes.
<wx/db.h> <wx/db.h>
\wxheading{Library}
\helpref{wxOdbc}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDbColFor::Format}\label{wxdbcolforformat} \membersection{wxDbColFor::Format}\label{wxdbcolforformat}
@@ -1742,6 +1750,10 @@ an introduction to using the ODBC classes.
<wx/db.h> <wx/db.h>
\wxheading{Library}
\helpref{wxOdbc}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDbColInf::Initialize}\label{wxdbcolinfinitialize} \membersection{wxDbColInf::Initialize}\label{wxdbcolinfinitialize}
@@ -2028,6 +2040,10 @@ an introduction to using the ODBC classes.
<wx/db.h> <wx/db.h>
\wxheading{Library}
\helpref{wxOdbc}{librarieslist}
\section{\class{wxDbInf}}\label{wxdbinf} \section{\class{wxDbInf}}\label{wxdbinf}
Contains information regarding the database connection (datasource name, Contains information regarding the database connection (datasource name,
@@ -2059,6 +2075,10 @@ an introduction to using the ODBC classes.
<wx/db.h> <wx/db.h>
\wxheading{Library}
\helpref{wxOdbc}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDbInf::Initialize}\label{wxdbinfinitialize} \membersection{wxDbInf::Initialize}\label{wxdbinfinitialize}
@@ -2078,6 +2098,10 @@ an introduction to using the ODBC classes.
<wx/dbtable.h>\\ <wx/dbtable.h>\\
<wx/db.h> <wx/db.h>
\wxheading{Library}
\helpref{wxOdbc}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\wxheading{Helper classes and data structures} \wxheading{Helper classes and data structures}
@@ -4030,6 +4054,10 @@ an introduction to using the ODBC classes.
<wx/db.h> <wx/db.h>
\wxheading{Library}
\helpref{wxOdbc}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDbTableInf::Initialize}\label{wxdbtableinfinitialize} \membersection{wxDbTableInf::Initialize}\label{wxdbtableinfinitialize}
@@ -4050,6 +4078,10 @@ an introduction to using the wxDbGrid classes.
<wx/dbgrid.h> <wx/dbgrid.h>
\wxheading{Library}
\helpref{wxDbgrid}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDbGridColInfo::wxDbGridColInfo}\label{wxdbgridcolinfoctor} \membersection{wxDbGridColInfo::wxDbGridColInfo}\label{wxdbgridcolinfoctor}
@@ -4129,6 +4161,10 @@ that the client keeps ownership.
<wx/dbgrid.h> <wx/dbgrid.h>
\wxheading{Library}
\helpref{wxDbgrid}{librarieslist}
\wxheading{Example} \wxheading{Example}

View File

@@ -32,6 +32,10 @@ the color's alpha values when stroking or filling.
<wx/dc.h> <wx/dc.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{Overview}{dcoverview} \helpref{Overview}{dcoverview}

View File

@@ -38,6 +38,10 @@ No base class
<wx/dc.h> <wx/dc.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxDC::SetClippingRegion}{wxdcsetclippingregion} \helpref{wxDC::SetClippingRegion}{wxdcsetclippingregion}

View File

@@ -59,6 +59,10 @@ http://www.xs4all.nl/~kholwerd/wxstuff/canvas/htmldocbook/aap.html
<wx/dcsvg.h> <wx/dcsvg.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{See also} \wxheading{See also}
%\helpref{Overview}{dcoverview} %\helpref{Overview}{dcoverview}

View File

@@ -23,6 +23,10 @@ wxClientBase\\
<wx/dde.h> <wx/dde.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxDDEServer}{wxddeserver}, \helpref{wxDDEConnection}{wxddeconnection}, \helpref{wxDDEServer}{wxddeserver}, \helpref{wxDDEConnection}{wxddeconnection},

View File

@@ -25,6 +25,10 @@ wxConnectionBase\\
<wx/dde.h> <wx/dde.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{Types} \wxheading{Types}
\index{wxIPCFormat}wxIPCFormat is defined as follows: \index{wxIPCFormat}wxIPCFormat is defined as follows:

View File

@@ -15,6 +15,10 @@ wxServerBase
<wx/dde.h> <wx/dde.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\helpref{wxDDEClient}{wxddeclient}, \helpref{wxDDEConnection}{wxddeconnection}, \helpref{IPC overview}{ipcoverview} \helpref{wxDDEClient}{wxddeclient}, \helpref{wxDDEConnection}{wxddeconnection}, \helpref{IPC overview}{ipcoverview}

View File

@@ -15,6 +15,10 @@ No parent class.
<wx/memory.h> <wx/memory.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\wxheading{See also} \wxheading{See also}
\overview{Overview}{wxdebugcontextoverview} \overview{Overview}{wxdebugcontextoverview}

View File

@@ -51,6 +51,10 @@ No base class
<wx/debugrpt.h> <wx/debugrpt.h>
\wxheading{Library}
\helpref{wxQa}{librarieslist}
\wxheading{Data structures} \wxheading{Data structures}
This enum is used for functions that report either the current state This enum is used for functions that report either the current state

View File

@@ -30,6 +30,10 @@ No base class
<wx/debugrpt.h> <wx/debugrpt.h>
\wxheading{Library}
\helpref{wxQa}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -24,6 +24,10 @@ files from and add notes to it.
<wx/debugrpt.h> <wx/debugrpt.h>
\wxheading{Library}
\helpref{wxQa}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -23,6 +23,10 @@ compressed in a single .ZIP file.
<wx/debugrpt.h> <wx/debugrpt.h>
\wxheading{Library}
\helpref{wxQa}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -23,6 +23,10 @@ compresses all the files in this debug report into a single .ZIP file in its
<wx/debugrpt.h> <wx/debugrpt.h>
\wxheading{Library}
\helpref{wxQa}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -40,6 +40,10 @@ be a real renderer which does the drawing.
<wx/renderer.h> <wx/renderer.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -30,6 +30,10 @@ destruction of another window.
<wx/event.h> <wx/event.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
%To process a window destruction event, use this event handler macro to direct input to a member %To process a window destruction event, use this event handler macro to direct input to a member

View File

@@ -23,6 +23,10 @@
<wx/socket.h> <wx/socket.h>
\wxheading{Library}
\helpref{wxNet}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
% --------------------------------------------------------------------------- % ---------------------------------------------------------------------------

View File

@@ -23,6 +23,10 @@ This is the event class for the dialup events sent by
<wx/dialup.h> <wx/dialup.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDialUpEvent::wxDialUpEvent}\label{wxdialupeventwxdialupevent} \membersection{wxDialUpEvent::wxDialUpEvent}\label{wxdialupeventwxdialupevent}

View File

@@ -44,6 +44,10 @@ positioned correctly (including their order which is platform-dependent).
<wx/dialog.h> <wx/dialog.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Modal and modeless dialogs} \wxheading{Modal and modeless dialogs}
There are two kinds of dialog -- {\it modal}\ and {\it modeless}. A modal dialog There are two kinds of dialog -- {\it modal}\ and {\it modeless}. A modal dialog

View File

@@ -35,6 +35,10 @@ No base class
<wx/dialup.h> <wx/dialup.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Event table macros} \wxheading{Event table macros}
To be notified about the change in the network connection status, use these To be notified about the change in the network connection status, use these

View File

@@ -72,6 +72,10 @@ enum
<wx/dir.h> <wx/dir.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDir::wxDir}\label{wxdirwxdir} \membersection{wxDir::wxDir}\label{wxdirwxdir}

View File

@@ -13,6 +13,10 @@ This class represents the directory chooser dialog.
<wx/dirdlg.h> <wx/dirdlg.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt

View File

@@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_DIRPICKERCTRL} is set to $1$ (the default
<wx/filepicker.h> <wx/filepicker.h>
\wxheading{Library}
\helpref{wxCore}{librarieslist}
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm}% \twocolwidtha{5cm}%

View File

@@ -69,6 +69,10 @@ enum wxDirTraverseResult
<wx/dir.h> <wx/dir.h>
\wxheading{Library}
\helpref{wxBase}{librarieslist}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

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