added wxAppTraits::GetStandardCmdLineOptions() allowing to add the description of the standard toolkit options to the usage message and implement it for wxGTK2 (patch 1703077)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,6 +49,8 @@ public:
|
||||
#ifdef __WXGTK__
|
||||
virtual void SetLocale();
|
||||
virtual wxString GetDesktopEnvironment() const;
|
||||
virtual wxString GetStandardCmdLineOptions(wxArrayString& names,
|
||||
wxArrayString& desc) const;
|
||||
#endif
|
||||
|
||||
#if defined(__WXDEBUG__) && defined(__WXGTK20__)
|
||||
|
Reference in New Issue
Block a user