]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/app.h
As in 2.2.9, toolbars should not get the focus.
[wxWidgets.git] / include / wx / mac / app.h
index dff98e0bd5d2dce24578f99dc0e4001bd78f115c..272f7b5ef5dff14b0d7519140d877968d594e249 100644 (file)
@@ -53,7 +53,6 @@ class WXDLLEXPORT wxApp: public wxAppBase
   virtual void Dispatch() ;
   virtual bool Yield(bool onlyIfNeeded = FALSE);
 
-  virtual wxIcon GetStdIcon(int which) const;
   virtual void SetPrintMode(int mode) { m_printMode = mode; }
   virtual int GetPrintMode() const { return m_printMode; }
 
@@ -156,6 +155,15 @@ public :
 DECLARE_EVENT_TABLE()
 };
 
+class WXDLLEXPORT wxStAppResource
+{
+public :
+    wxStAppResource() ;
+    ~wxStAppResource() ;
+private :
+    short m_currentRefNum ;
+} ;
+
 // TODO: add platform-specific arguments
 int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE);