]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/command.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / command.tex
index 9c1f7bddd45b996a39e0ca15685f34cf8ae25919..fbeb17db5f0fdb2b3041c6121f9dc7d18b2650c6 100644 (file)
@@ -13,13 +13,17 @@ change the data or view.
 
 <wx/cmdproc.h>
 
 
 <wx/cmdproc.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \overview{Overview}{wxcommandoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \wxheading{See also}
 
 \overview{Overview}{wxcommandoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxCommand::wxCommand}
+\membersection{wxCommand::wxCommand}\label{wxcommandctor}
 
 \func{}{wxCommand}{\param{bool}{ canUndo = false}, \param{const wxString\& }{name = NULL}}
 
 
 \func{}{wxCommand}{\param{bool}{ canUndo = false}, \param{const wxString\& }{name = NULL}}
 
@@ -33,19 +37,19 @@ the criteria for undoability is context-dependent).
 {\it name} must be supplied for the command processor to display the command name
 in the application's edit menu.
 
 {\it name} must be supplied for the command processor to display the command name
 in the application's edit menu.
 
-\membersection{wxCommand::\destruct{wxCommand}}
+\membersection{wxCommand::\destruct{wxCommand}}\label{wxcommanddtor}
 
 \func{}{\destruct{wxCommand}}{\void}
 
 Destructor.
 
 
 \func{}{\destruct{wxCommand}}{\void}
 
 Destructor.
 
-\membersection{wxCommand::CanUndo}
+\membersection{wxCommand::CanUndo}\label{wxcommandcanundo}
 
 \func{bool}{CanUndo}{\void}
 
 Returns true if the command can be undone, false otherwise.
 
 
 \func{bool}{CanUndo}{\void}
 
 Returns true if the command can be undone, false otherwise.
 
-\membersection{wxCommand::Do}
+\membersection{wxCommand::Do}\label{wxcommanddo}
 
 \func{bool}{Do}{\void}
 
 
 \func{bool}{Do}{\void}
 
@@ -54,13 +58,13 @@ Return true to indicate that the action has taken place, false otherwise.
 Returning false will indicate to the command processor that the action is
 not undoable and should not be added to the command history.
 
 Returning false will indicate to the command processor that the action is
 not undoable and should not be added to the command history.
 
-\membersection{wxCommand::GetName}
+\membersection{wxCommand::GetName}\label{wxcommandgetname}
 
 \func{wxString}{GetName}{\void}
 
 Returns the command name.
 
 
 \func{wxString}{GetName}{\void}
 
 Returns the command name.
 
-\membersection{wxCommand::Undo}
+\membersection{wxCommand::Undo}\label{wxcommandundo}
 
 \func{bool}{Undo}{\void}
 
 
 \func{bool}{Undo}{\void}