X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/659f4d7615abfb6ee35e73d1d4f765a5ee39fad3..066f3611df971be93b2ec46b82c2f05f3ff9a422:/docs/latex/wx/cmdlpars.tex diff --git a/docs/latex/wx/cmdlpars.tex b/docs/latex/wx/cmdlpars.tex index d9c3255d4d..46119ef6d1 100644 --- a/docs/latex/wx/cmdlpars.tex +++ b/docs/latex/wx/cmdlpars.tex @@ -53,6 +53,10 @@ No base class +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Constants} The structure wxCmdLineEntryDesc is used to describe the one command @@ -65,9 +69,9 @@ this structure: struct wxCmdLineEntryDesc { wxCmdLineEntryType kind; - const wxChar *shortName; - const wxChar *longName; - const wxChar *description; + const char *shortName; + const char *longName; + wxString description; wxCmdLineParamType type; int flags; }; @@ -240,15 +244,13 @@ command line or false if they were not specified. }} -\membersection{wxCmdLineParser::wxCmdLineParser}\label{wxcmdlineparserwxcmdlineparser} +\membersection{wxCmdLineParser::wxCmdLineParser}\label{wxcmdlineparserwxcmdlineparserctor} \func{}{wxCmdLineParser}{\void} Default constructor. You must use \helpref{SetCmdLine}{wxcmdlineparsersetcmdline} later. -\membersection{wxCmdLineParser::wxCmdLineParser}\label{wxcmdlineparserwxcmdlineparserdescargc} - \func{}{wxCmdLineParser}{\param{int }{argc}, \param{char** }{argv}} \func{}{wxCmdLineParser}{\param{int }{argc}, \param{wchar\_t** }{argv}}