]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
Notebook, Listbox, and Checklst updates
[wxWidgets.git] / include / wx / cmdline.h
index b34d1142255cafa2ed3e15da6fa286d5cc41960a..bc8c8936549f483dfcd315597f275377275f7992 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_CMDLINE_H_
 #define _WX_CMDLINE_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "cmdline.h"
 #endif
 
@@ -130,6 +130,8 @@ public:
     void EnableLongOptions(bool enable = TRUE);
     void DisableLongOptions() { EnableLongOptions(FALSE); }
 
+    bool AreLongOptionsEnabled();
+
     // extra text may be shown by Usage() method if set by this function
     void SetLogo(const wxString& logo);
 
@@ -200,6 +202,9 @@ public:
     static wxArrayString ConvertStringToArgs(const wxChar *cmdline);
 
 private:
+    // get usage string
+    wxString GetUsageString();
+
     // common part of all ctors
     void Init();