X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f83044fb8785568e186bee64db4f98b7a9ac9c6..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx/cmdline.h diff --git a/include/wx/cmdline.h b/include/wx/cmdline.h index 0b7576b8cf..c8bea6105f 100644 --- a/include/wx/cmdline.h +++ b/include/wx/cmdline.h @@ -126,6 +126,9 @@ public: void EnableLongOptions(bool enable = TRUE); void DisableLongOptions() { EnableLongOptions(FALSE); } + // extra text may be shown by Usage() method if set by this function + void SetLogo(const wxString& logo); + // construct the cmd line description // ---------------------------------- @@ -181,7 +184,7 @@ public: size_t GetParamCount() const; // gets the value of Nth parameter (as string only for now) - wxString GetParam(size_t n) const; + wxString GetParam(size_t n = 0u) const; private: // common part of all ctors