Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-27 16:01:38 +00:00
parent 06e66bd0ca
commit 3e79fa7534
15 changed files with 76 additions and 76 deletions

View File

@@ -36,7 +36,7 @@ function that takes a wxMouseCaptureChangedEvent argument.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxMouseCaptureChangedEvent::wxMouseCaptureChangedEvent} \membersection{wxMouseCaptureChangedEvent::wxMouseCaptureChangedEvent}\label{wxmousecapturechangedeventctor}
\func{}{wxMouseCaptureChangedEvent}{\param{wxWindowID }{windowId = 0}, \param{wxWindow*}{ gainedCapture = NULL}} \func{}{wxMouseCaptureChangedEvent}{\param{wxWindowID }{windowId = 0}, \param{wxWindow*}{ gainedCapture = NULL}}

View File

@@ -53,7 +53,7 @@ On other platforms, it behaves like a normal frame.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxMiniFrame::wxMiniFrame}\label{wxminiframeconstr} \membersection{wxMiniFrame::wxMiniFrame}\label{wxminiframector}
\func{}{wxMiniFrame}{\void} \func{}{wxMiniFrame}{\void}
@@ -95,7 +95,7 @@ The frame behaves like a normal frame on non-Windows platforms.
\helpref{wxMiniFrame::Create}{wxminiframecreate} \helpref{wxMiniFrame::Create}{wxminiframecreate}
\membersection{wxMiniFrame::\destruct{wxMiniFrame}} \membersection{wxMiniFrame::\destruct{wxMiniFrame}}\label{wxminiframedtor}
\func{void}{\destruct{wxMiniFrame}}{\void} \func{void}{\destruct{wxMiniFrame}}{\void}
@@ -108,7 +108,7 @@ Destructor. Destroys all child windows and menu bar if present.
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
\param{const wxString\& }{name = ``frame"}} \param{const wxString\& }{name = ``frame"}}
Used in two-step frame construction. See \helpref{wxMiniFrame::wxMiniFrame}{wxminiframeconstr}\rtfsp Used in two-step frame construction. See \helpref{wxMiniFrame::wxMiniFrame}{wxminiframector}\rtfsp
for further details. for further details.

View File

@@ -69,13 +69,13 @@ list of strings.}
\perlnote{In wxPerl there is just an array reference in place of {\tt n}.} \perlnote{In wxPerl there is just an array reference in place of {\tt n}.}
\membersection{wxMultiChoiceDialog::GetSelections} \membersection{wxMultiChoiceDialog::GetSelections}\label{wxmultichoicedialoggetselections}
\constfunc{wxArrayInt}{GetSelection}{\void} \constfunc{wxArrayInt}{GetSelection}{\void}
Returns array with indexes of selected items. Returns array with indexes of selected items.
\membersection{wxMultiChoiceDialog::SetSelections} \membersection{wxMultiChoiceDialog::SetSelections}\label{wxmultichoicedialogsetselections}
\constfunc{void}{SetSelections}{\param{const wxArrayInt\&}{ selections}} \constfunc{void}{SetSelections}{\param{const wxArrayInt\&}{ selections}}

View File

@@ -41,13 +41,13 @@ For example:
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxModule::wxModule}\label{wxmoduleconstr} \membersection{wxModule::wxModule}\label{wxmodulector}
\func{}{wxModule}{\void} \func{}{wxModule}{\void}
Constructs a wxModule object. Constructs a wxModule object.
\membersection{wxModule::\destruct{wxModule}} \membersection{wxModule::\destruct{wxModule}}\label{wxmoduledtor}
\func{}{\destruct{wxModule}}{\void} \func{}{\destruct{wxModule}}{\void}

View File

@@ -63,84 +63,84 @@ functions that take a wxMouseEvent argument.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxMouseEvent::m\_altDown} \membersection{wxMouseEvent::m\_altDown}\label{wxmouseeventmaltdown}
\member{bool}{m\_altDown} \member{bool}{m\_altDown}
true if the Alt key is pressed down. true if the Alt key is pressed down.
\membersection{wxMouseEvent::m\_controlDown} \membersection{wxMouseEvent::m\_controlDown}\label{wxmouseeventmcontroldown}
\member{bool}{m\_controlDown} \member{bool}{m\_controlDown}
true if control key is pressed down. true if control key is pressed down.
\membersection{wxMouseEvent::m\_leftDown} \membersection{wxMouseEvent::m\_leftDown}\label{wxmouseeventmleftdown}
\member{bool}{m\_leftDown} \member{bool}{m\_leftDown}
true if the left mouse button is currently pressed down. true if the left mouse button is currently pressed down.
\membersection{wxMouseEvent::m\_middleDown} \membersection{wxMouseEvent::m\_middleDown}\label{wxmouseeventmmiddledown}
\member{bool}{m\_middleDown} \member{bool}{m\_middleDown}
true if the middle mouse button is currently pressed down. true if the middle mouse button is currently pressed down.
\membersection{wxMouseEvent::m\_rightDown} \membersection{wxMouseEvent::m\_rightDown}\label{wxmouseeventmrightdown}
\member{bool}{m\_rightDown} \member{bool}{m\_rightDown}
true if the right mouse button is currently pressed down. true if the right mouse button is currently pressed down.
\membersection{wxMouseEvent::m\_metaDown} \membersection{wxMouseEvent::m\_metaDown}\label{wxmouseeventmmetadown}
\member{bool}{m\_metaDown} \member{bool}{m\_metaDown}
true if the Meta key is pressed down. true if the Meta key is pressed down.
\membersection{wxMouseEvent::m\_shiftDown} \membersection{wxMouseEvent::m\_shiftDown}\label{wxmouseeventmshiftdown}
\member{bool}{m\_shiftDown} \member{bool}{m\_shiftDown}
true if shift is pressed down. true if shift is pressed down.
\membersection{wxMouseEvent::m\_x} \membersection{wxMouseEvent::m\_x}\label{wxmouseeventmx}
\member{long}{m\_x} \member{long}{m\_x}
X-coordinate of the event. X-coordinate of the event.
\membersection{wxMouseEvent::m\_y} \membersection{wxMouseEvent::m\_y}\label{wxmouseeventmy}
\member{long}{m\_y} \member{long}{m\_y}
Y-coordinate of the event. Y-coordinate of the event.
\membersection{wxMouseEvent::m\_wheelRotation} \membersection{wxMouseEvent::m\_wheelRotation}\label{wxmouseeventmwheelrotation}
\member{int}{m\_wheelRotation} \member{int}{m\_wheelRotation}
The distance the mouse wheel is rotated. The distance the mouse wheel is rotated.
\membersection{wxMouseEvent::m\_wheelDelta} \membersection{wxMouseEvent::m\_wheelDelta}\label{wxmouseeventmwheeldelta}
\member{int}{m\_wheelDelta} \member{int}{m\_wheelDelta}
The wheel delta, normally $120$. The wheel delta, normally $120$.
\membersection{wxMouseEvent::m\_linesPerAction} \membersection{wxMouseEvent::m\_linesPerAction}\label{wxmouseeventmlinesperaction}
\member{int}{m\_linesPerAction} \member{int}{m\_linesPerAction}
@@ -149,7 +149,7 @@ action.
\membersection{wxMouseEvent::wxMouseEvent} \membersection{wxMouseEvent::wxMouseEvent}\label{wxmouseeventctor}
\func{}{wxMouseEvent}{\param{WXTYPE}{ mouseEventType = 0}, \param{int}{ id = 0}} \func{}{wxMouseEvent}{\param{WXTYPE}{ mouseEventType = 0}, \param{int}{ id = 0}}
@@ -173,7 +173,7 @@ Constructor. Valid event types are:
\end{itemize} \end{itemize}
\membersection{wxMouseEvent::AltDown} \membersection{wxMouseEvent::AltDown}\label{wxmouseeventaltdown}
\func{bool}{AltDown}{\void} \func{bool}{AltDown}{\void}
@@ -195,7 +195,7 @@ values of {\it button} are:
\end{twocollist} \end{twocollist}
\membersection{wxMouseEvent::ButtonDClick} \membersection{wxMouseEvent::ButtonDClick}\label{wxmouseeventbuttondclick}
\func{bool}{ButtonDClick}{\param{int}{ but = wxMOUSE\_BTN\_ANY}} \func{bool}{ButtonDClick}{\param{int}{ but = wxMOUSE\_BTN\_ANY}}
@@ -205,7 +205,7 @@ was generated (see \helpref{Button}{wxmouseeventbutton} for the possible
values). values).
\membersection{wxMouseEvent::ButtonDown} \membersection{wxMouseEvent::ButtonDown}\label{wxmouseeventbuttondown}
\func{bool}{ButtonDown}{\param{int}{ but = -1}} \func{bool}{ButtonDown}{\param{int}{ but = -1}}
@@ -216,7 +216,7 @@ values).
\membersection{wxMouseEvent::ButtonUp} \membersection{wxMouseEvent::ButtonUp}\label{wxmouseeventbuttonup}
\func{bool}{ButtonUp}{\param{int}{ but = -1}} \func{bool}{ButtonUp}{\param{int}{ but = -1}}
@@ -343,7 +343,7 @@ Returns X coordinate of the physical mouse event position.
Returns Y coordinate of the physical mouse event position. Returns Y coordinate of the physical mouse event position.
\membersection{wxMouseEvent::IsButton} \membersection{wxMouseEvent::IsButton}\label{wxmouseeventisbutton}
\constfunc{bool}{IsButton}{\void} \constfunc{bool}{IsButton}{\void}
@@ -351,7 +351,7 @@ Returns true if the event was a mouse button event (not necessarily a button dow
that may be tested using {\it ButtonDown}). that may be tested using {\it ButtonDown}).
\membersection{wxMouseEvent::IsPageScroll} \membersection{wxMouseEvent::IsPageScroll}\label{wxmouseeventispagescroll}
\constfunc{bool}{IsPageScroll}{\void} \constfunc{bool}{IsPageScroll}{\void}
@@ -368,7 +368,7 @@ Returns true if the mouse was leaving the window.
See also \helpref{wxMouseEvent::Entering}{wxmouseevententering}. See also \helpref{wxMouseEvent::Entering}{wxmouseevententering}.
\membersection{wxMouseEvent::LeftDClick} \membersection{wxMouseEvent::LeftDClick}\label{wxmouseeventleftdclick}
\constfunc{bool}{LeftDClick}{\void} \constfunc{bool}{LeftDClick}{\void}
@@ -398,7 +398,7 @@ This event is usually used in the mouse event handlers which process "move
mouse" messages to determine whether the user is (still) dragging the mouse. mouse" messages to determine whether the user is (still) dragging the mouse.
\membersection{wxMouseEvent::LeftUp} \membersection{wxMouseEvent::LeftUp}\label{wxmouseeventleftup}
\constfunc{bool}{LeftUp}{\void} \constfunc{bool}{LeftUp}{\void}
@@ -412,14 +412,14 @@ Returns true if the left mouse button changed to up.
Returns true if the Meta key was down at the time of the event. Returns true if the Meta key was down at the time of the event.
\membersection{wxMouseEvent::MiddleDClick} \membersection{wxMouseEvent::MiddleDClick}\label{wxmouseeventmiddledclick}
\constfunc{bool}{MiddleDClick}{\void} \constfunc{bool}{MiddleDClick}{\void}
Returns true if the event was a middle double click. Returns true if the event was a middle double click.
\membersection{wxMouseEvent::MiddleDown} \membersection{wxMouseEvent::MiddleDown}\label{wxmouseeventmiddledown}
\constfunc{bool}{MiddleDown}{\void} \constfunc{bool}{MiddleDown}{\void}
@@ -434,7 +434,7 @@ Returns true if the middle mouse button is currently down, independent
of the current event type. of the current event type.
\membersection{wxMouseEvent::MiddleUp} \membersection{wxMouseEvent::MiddleUp}\label{wxmouseeventmiddleup}
\constfunc{bool}{MiddleUp}{\void} \constfunc{bool}{MiddleUp}{\void}
@@ -450,14 +450,14 @@ If any mouse button is held pressed, then this method returns \false and
\helpref{Dragging}{wxmouseeventdragging} returns \true. \helpref{Dragging}{wxmouseeventdragging} returns \true.
\membersection{wxMouseEvent::RightDClick} \membersection{wxMouseEvent::RightDClick}\label{wxmouseeventrightdclick}
\constfunc{bool}{RightDClick}{\void} \constfunc{bool}{RightDClick}{\void}
Returns true if the event was a right double click. Returns true if the event was a right double click.
\membersection{wxMouseEvent::RightDown} \membersection{wxMouseEvent::RightDown}\label{wxmouseeventrightdown}
\constfunc{bool}{RightDown}{\void} \constfunc{bool}{RightDown}{\void}
@@ -472,14 +472,14 @@ Returns true if the right mouse button is currently down, independent
of the current event type. of the current event type.
\membersection{wxMouseEvent::RightUp} \membersection{wxMouseEvent::RightUp}\label{wxmouseeventrightup}
\constfunc{bool}{RightUp}{\void} \constfunc{bool}{RightUp}{\void}
Returns true if the right mouse button changed to up. Returns true if the right mouse button changed to up.
\membersection{wxMouseEvent::ShiftDown} \membersection{wxMouseEvent::ShiftDown}\label{wxmouseeventshiftdown}
\constfunc{bool}{ShiftDown}{\void} \constfunc{bool}{ShiftDown}{\void}

View File

@@ -28,7 +28,7 @@ when a window is moved.}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxMoveEvent::wxMoveEvent} \membersection{wxMoveEvent::wxMoveEvent}\label{wxmoveeventctor}
\func{}{wxMoveEvent}{\param{const wxPoint\& }{pt}, \param{int }{id = 0}} \func{}{wxMoveEvent}{\param{const wxPoint\& }{pt}, \param{int }{id = 0}}

View File

@@ -93,13 +93,13 @@ None.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxMutex::wxMutex}\label{wxmutexconstr} \membersection{wxMutex::wxMutex}\label{wxmutexctor}
\func{}{wxMutex}{\param{wxMutexType }{type = {\tt wxMUTEX\_DEFAULT}}} \func{}{wxMutex}{\param{wxMutexType }{type = {\tt wxMUTEX\_DEFAULT}}}
Default constructor. Default constructor.
\membersection{wxMutex::\destruct{wxMutex}} \membersection{wxMutex::\destruct{wxMutex}}\label{wxmutexdtor}
\func{}{\destruct{wxMutex}}{\void} \func{}{\destruct{wxMutex}}{\void}

View File

@@ -21,7 +21,7 @@ system to display the preview.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPreviewCanvas::wxPreviewCanvas} \membersection{wxPreviewCanvas::wxPreviewCanvas}\label{wxpreviewcanvasctor}
\func{}{wxPreviewCanvas}{\param{wxPrintPreview* }{preview}, \param{wxWindow* }{parent}, \func{}{wxPreviewCanvas}{\param{wxPrintPreview* }{preview}, \param{wxWindow* }{parent},
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},
@@ -29,7 +29,7 @@ system to display the preview.
Constructor. Constructor.
\membersection{wxPreviewCanvas::\destruct{wxPreviewCanvas}} \membersection{wxPreviewCanvas::\destruct{wxPreviewCanvas}}\label{wxpreviewcanvasdtor}
\func{}{\destruct{wxPreviewCanvas}}{\void} \func{}{\destruct{wxPreviewCanvas}}{\void}
@@ -139,7 +139,7 @@ class may be used without derivation.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPreviewFrame::wxPreviewFrame} \membersection{wxPreviewFrame::wxPreviewFrame}\label{wxpreviewframector}
\func{}{wxPreviewFrame}{\param{wxPrintPreview* }{preview}, \param{wxWindow* }{parent}, \param{const wxString\& }{title}, \func{}{wxPreviewFrame}{\param{wxPrintPreview* }{preview}, \param{wxWindow* }{parent}, \param{const wxString\& }{title},
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& size }{size = wxDefaultSize}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& size }{size = wxDefaultSize},
@@ -148,27 +148,27 @@ class may be used without derivation.
Constructor. Pass a print preview object plus other normal frame arguments. Constructor. Pass a print preview object plus other normal frame arguments.
The print preview object will be destroyed by the frame when it closes. The print preview object will be destroyed by the frame when it closes.
\membersection{wxPreviewFrame::\destruct{wxPreviewFrame}} \membersection{wxPreviewFrame::\destruct{wxPreviewFrame}}\label{wxpreviewframedtor}
\func{}{\destruct{wxPreviewFrame}}{\void} \func{}{\destruct{wxPreviewFrame}}{\void}
Destructor. Destructor.
\membersection{wxPreviewFrame::CreateControlBar} \membersection{wxPreviewFrame::CreateControlBar}\label{wxpreviewframecreatecontrolbar}
\func{void}{CreateControlBar}{\void} \func{void}{CreateControlBar}{\void}
Creates a wxPreviewControlBar. Override this function to allow Creates a wxPreviewControlBar. Override this function to allow
a user-defined preview control bar object to be created. a user-defined preview control bar object to be created.
\membersection{wxPreviewFrame::CreateCanvas} \membersection{wxPreviewFrame::CreateCanvas}\label{wxpreviewframecreatecanvas}
\func{void}{CreateCanvas}{\void} \func{void}{CreateCanvas}{\void}
Creates a wxPreviewCanvas. Override this function to allow Creates a wxPreviewCanvas. Override this function to allow
a user-defined preview canvas object to be created. a user-defined preview canvas object to be created.
\membersection{wxPreviewFrame::Initialize} \membersection{wxPreviewFrame::Initialize}\label{wxpreviewframeinitialize}
\func{void}{Initialize}{\void} \func{void}{Initialize}{\void}
@@ -179,7 +179,7 @@ in the application.
This function should be called by the application prior to This function should be called by the application prior to
showing the frame. showing the frame.
\membersection{wxPreviewFrame::OnCloseWindow} \membersection{wxPreviewFrame::OnCloseWindow}\label{wxpreviewframeonclosewindow}
\func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}} \func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}

View File

@@ -59,7 +59,7 @@ void SetPrintMode(wxPrintMode printMode) ;
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPrintData::wxPrintData} \membersection{wxPrintData::wxPrintData}\label{wxprintdatactor}
\func{}{wxPrintData}{\void} \func{}{wxPrintData}{\void}
@@ -70,7 +70,7 @@ Default constructor.
Copy constructor. Copy constructor.
\membersection{wxPrintData::\destruct{wxPrintData}} \membersection{wxPrintData::\destruct{wxPrintData}}\label{wxprintdatadtor}
\func{}{\destruct{wxPrintData}}{\void} \func{}{\destruct{wxPrintData}}{\void}
@@ -376,7 +376,7 @@ a successfully dismissed print dialog.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPrintDialog::wxPrintDialog} \membersection{wxPrintDialog::wxPrintDialog}\label{wxprintdialogctor}
\func{}{wxPrintDialog}{\param{wxWindow* }{parent}, \param{wxPrintDialogData* }{data = NULL}} \func{}{wxPrintDialog}{\param{wxWindow* }{parent}, \param{wxPrintDialogData* }{data = NULL}}
@@ -388,7 +388,7 @@ data, which will be copied to the print dialog's print data.
\helpref{wxPrintDialogData}{wxprintdialogdata} \helpref{wxPrintDialogData}{wxprintdialogdata}
\membersection{wxPrintDialog::\destruct{wxPrintDialog}} \membersection{wxPrintDialog::\destruct{wxPrintDialog}}\label{wxprintdialogdtor}
\func{}{\destruct{wxPrintDialog}}{\void} \func{}{\destruct{wxPrintDialog}}{\void}
@@ -450,7 +450,7 @@ It contains a wxPrintData object with underlying printing settings.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPrintDialogData::wxPrintDialogData} \membersection{wxPrintDialogData::wxPrintDialogData}\label{wxprintdialogdatactor}
\func{}{wxPrintDialogData}{\void} \func{}{wxPrintDialogData}{\void}
@@ -465,7 +465,7 @@ Copy constructor.
Construct an object from a print dialog data object. Construct an object from a print dialog data object.
\membersection{wxPrintDialogData::\destruct{wxPrintDialogData}} \membersection{wxPrintDialogData::\destruct{wxPrintDialogData}}\label{wxprintdialogdatadtor}
\func{}{\destruct{wxPrintDialogData}}{\void} \func{}{\destruct{wxPrintDialogData}}{\void}
@@ -689,7 +689,7 @@ method of printing.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPrinter::wxPrinter} \membersection{wxPrinter::wxPrinter}\label{wxprinterctor}
\func{}{wxPrinter}{\param{wxPrintDialogData* }{data = NULL}} \func{}{wxPrinter}{\param{wxPrintDialogData* }{data = NULL}}
@@ -702,7 +702,7 @@ dialog data, which will be copied to the printer object's local data.
\helpref{wxPrintData}{wxprintdata} \helpref{wxPrintData}{wxprintdata}
\membersection{wxPrinter::\destruct{wxPrinter}} \membersection{wxPrinter::\destruct{wxPrinter}}\label{wxprinterdtor}
\func{}{\destruct{wxPrinter}}{\void} \func{}{\destruct{wxPrinter}}{\void}
@@ -814,7 +814,7 @@ achieving the correct scaling for the page.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPrinterDC::wxPrinterDC} \membersection{wxPrinterDC::wxPrinterDC}\label{wxprinterdcctor}
\func{}{wxPrinterDC}{\param{const wxPrintData\& }{printData}} \func{}{wxPrinterDC}{\param{const wxPrintData\& }{printData}}
@@ -857,7 +857,7 @@ wxPrintPreview object to initiate printing or previewing.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPrintout::wxPrintout} \membersection{wxPrintout::wxPrintout}\label{wxprintoutctor}
\func{}{wxPrintout}{\param{const wxString\& }{title = "Printout"}} \func{}{wxPrintout}{\param{const wxString\& }{title = "Printout"}}
@@ -865,7 +865,7 @@ Constructor. Pass an optional title argument - the current filename would be a g
(at least in MSW) (at least in MSW)
\membersection{wxPrintout::\destruct{wxPrintout}} \membersection{wxPrintout::\destruct{wxPrintout}}\label{wxprintoutdtor}
\func{}{\destruct{wxPrintout}}{\void} \func{}{\destruct{wxPrintout}}{\void}
@@ -1069,7 +1069,7 @@ immediately after the frame is shown.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPrintPreview::wxPrintPreview} \membersection{wxPrintPreview::wxPrintPreview}\label{wxprintpreviewctor}
\func{}{wxPrintPreview}{\param{wxPrintout* }{printout}, \param{wxPrintout* }{printoutForPrinting}, \func{}{wxPrintPreview}{\param{wxPrintout* }{printout}, \param{wxPrintout* }{printoutForPrinting},
\param{wxPrintData* }{data=NULL}} \param{wxPrintData* }{data=NULL}}
@@ -1091,7 +1091,7 @@ Ok could return false if there was a problem initializing the printer device con
(current printer not set, for example). (current printer not set, for example).
\membersection{wxPrintPreview::\destruct{wxPrintPreview}} \membersection{wxPrintPreview::\destruct{wxPrintPreview}}\label{wxprintpreviewdtor}
\func{}{\destruct{wxPrinter}}{\void} \func{}{\destruct{wxPrinter}}{\void}

View File

@@ -41,7 +41,7 @@ for explicit destruction.}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxProcess::wxProcess}\label{wxprocessconstr} \membersection{wxProcess::wxProcess}\label{wxprocessctor}
\func{}{wxProcess}{\param{wxEvtHandler *}{ parent = NULL}, \param{int}{ id = -1}} \func{}{wxProcess}{\param{wxEvtHandler *}{ parent = NULL}, \param{int}{ id = -1}}
@@ -69,7 +69,7 @@ to calling \helpref{Redirect}{wxprocessredirect}.
\docparam{flags}{either {\tt wxPROCESS\_DEFAULT} or {\tt wxPROCESS\_REDIRECT}} \docparam{flags}{either {\tt wxPROCESS\_DEFAULT} or {\tt wxPROCESS\_REDIRECT}}
\membersection{wxProcess::\destruct{wxProcess}} \membersection{wxProcess::\destruct{wxProcess}}\label{wxprocessdtor}
\func{}{\destruct{wxProcess}}{\void} \func{}{\destruct{wxProcess}}{\void}

View File

@@ -30,7 +30,7 @@ or a window to receive the event.}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxProcessEvent::wxProcessEvent} \membersection{wxProcessEvent::wxProcessEvent}\label{wxprocesseventctor}
\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}} \func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}}

View File

@@ -16,7 +16,7 @@ progress bar. Optionally, it can display an ABORT button.
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxProgressDialog::wxProgressDialog}\label{wxprogressdialogconstr} \membersection{wxProgressDialog::wxProgressDialog}\label{wxprogressdialogctor}
\func{}{wxProgressDialog}{\param{const wxString\& }{title}, \func{}{wxProgressDialog}{\param{const wxString\& }{title},
\param{const wxString\& }{message},\rtfsp \param{const wxString\& }{message},\rtfsp
@@ -60,7 +60,7 @@ reached.}
\end{twocollist}% \end{twocollist}%
} }
\membersection{wxProgressDialog::\destruct{wxProgressDialog}} \membersection{wxProgressDialog::\destruct{wxProgressDialog}}\label{wxprogressdialogdtor}
\func{}{\destruct{wxMessageDialog}}{\void} \func{}{\destruct{wxMessageDialog}}{\void}

View File

@@ -18,7 +18,7 @@
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxProtocol::Reconnect}\label{wxprotoreconnect} \membersection{wxProtocol::Reconnect}\label{wxprotocolreconnect}
\func{bool}{Reconnect}{\void} \func{bool}{Reconnect}{\void}
@@ -29,7 +29,7 @@ Tries to reestablish a previous opened connection (close and renegotiate connect
true, if the connection is established, else false. true, if the connection is established, else false.
% ---------------------------------------------------------------------------- % ----------------------------------------------------------------------------
\membersection{wxProtocol::GetInputStream}\label{wxprotogetinput} \membersection{wxProtocol::GetInputStream}\label{wxprotocolgetinput}
\func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}} \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
@@ -49,7 +49,7 @@ don't use it anymore. The destructor closes the network connection.
\helpref{wxInputStream}{wxinputstream} \helpref{wxInputStream}{wxinputstream}
% ---------------------------------------------------------------------------- % ----------------------------------------------------------------------------
\membersection{wxProtocol::Abort}\label{wxprotoabort} \membersection{wxProtocol::Abort}\label{wxprotocolabort}
\func{bool}{Abort}{\void} \func{bool}{Abort}{\void}
@@ -64,7 +64,7 @@ It is advised to destroy the input stream instead of aborting the stream this wa
Returns true, if successful, else false. Returns true, if successful, else false.
% ---------------------------------------------------------------------------- % ----------------------------------------------------------------------------
\membersection{wxProtocol::GetError} \membersection{wxProtocol::GetError}\label{wxprotocolgeterror}
\func{wxProtocolError}{GetError}{\void} \func{wxProtocolError}{GetError}{\void}
@@ -85,20 +85,20 @@ Returns the last occurred error.
\end{twocollist} \end{twocollist}
% ---------------------------------------------------------------------------- % ----------------------------------------------------------------------------
\membersection{wxProtocol::GetContentType} \membersection{wxProtocol::GetContentType}\label{wxprotocolgetcontenttype}
\func{wxString}{GetContentType}{\void} \func{wxString}{GetContentType}{\void}
Returns the type of the content of the last opened stream. It is a mime-type. Returns the type of the content of the last opened stream. It is a mime-type.
% ---------------------------------------------------------------------------- % ----------------------------------------------------------------------------
\membersection{wxProtocol::SetUser} \membersection{wxProtocol::SetUser}\label{wxprotocolsetuser}
\func{void }{SetUser}{\param{const wxString\&}{ user}} \func{void }{SetUser}{\param{const wxString\&}{ user}}
Sets the authentication user. It is mainly useful when FTP is used. Sets the authentication user. It is mainly useful when FTP is used.
\membersection{wxProtocol::SetPassword} \membersection{wxProtocol::SetPassword}\label{wxprotocolsetpassword}
\func{void}{SetPassword}{\param{const wxString\&}{ user}} \func{void}{SetPassword}{\param{const wxString\&}{ user}}

View File

@@ -48,7 +48,7 @@ enum wxLayoutAlignment {
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxQueryLayoutInfoEvent::wxQueryLayoutInfoEvent} \membersection{wxQueryLayoutInfoEvent::wxQueryLayoutInfoEvent}\label{wxquerylayoutinfoeventctor}
\func{}{wxQueryLayoutInfoEvent}{\param{wxWindowID }{id = 0}} \func{}{wxQueryLayoutInfoEvent}{\param{wxWindowID }{id = 0}}

View File

@@ -42,7 +42,7 @@ when a radiobutton is clicked.}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxRadioBox::wxRadioBox}\label{wxradioboxconstr} \membersection{wxRadioBox::wxRadioBox}\label{wxradioboxctor}
\func{}{wxRadioBox}{\void} \func{}{wxRadioBox}{\void}
@@ -100,7 +100,7 @@ a list of strings.}
\perlnote{In wxPerl there is just an array reference in place of {\tt n} \perlnote{In wxPerl there is just an array reference in place of {\tt n}
and {\tt choices}.} and {\tt choices}.}
\membersection{wxRadioBox::\destruct{wxRadioBox}} \membersection{wxRadioBox::\destruct{wxRadioBox}}\label{wxradioboxdtor}
\func{}{\destruct{wxRadioBox}}{\void} \func{}{\destruct{wxRadioBox}}{\void}
@@ -122,7 +122,7 @@ Destructor, destroying the radiobox item.
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``radioBox"}} \param{const wxString\& }{name = ``radioBox"}}
Creates the radiobox for two-step construction. See \helpref{wxRadioBox::wxRadioBox}{wxradioboxconstr}\rtfsp Creates the radiobox for two-step construction. See \helpref{wxRadioBox::wxRadioBox}{wxradioboxctor}\rtfsp
for further details. for further details.
\membersection{wxRadioBox::Enable}\label{wxradioboxenable} \membersection{wxRadioBox::Enable}\label{wxradioboxenable}