]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/apptrait.h
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find()...
[wxWidgets.git] / include / wx / mac / apptrait.h
index bb133cca3ade76bde1f3164f4f397afc5a69c761..88b424ab1adb3de8a0851193ba3f8471225f2f9c 100644 (file)
 class WXDLLEXPORT wxConsoleAppTraits : public wxConsoleAppTraitsBase
 {
 public:
+    // other miscellaneous helpers
+    // ---------------------------
+
+    virtual wxToolkitInfo& GetToolkitInfo();
 };
 
 #if wxUSE_GUI
@@ -26,6 +30,10 @@ public:
 class WXDLLEXPORT wxGUIAppTraits : public wxGUIAppTraitsBase
 {
 public:
+    // other miscellaneous helpers
+    // ---------------------------
+
+    virtual wxToolkitInfo& GetToolkitInfo();
 };
 
 #endif // wxUSE_GUI