]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/frame.h
added cmdline.h/.cpp to the makefiles
[wxWidgets.git] / include / wx / mac / frame.h
index ae5e085877ab879194629b07b61d97c52c261ca1..3d6a52941d6c7ed0c212feb152df462f52762e3f 100644 (file)
@@ -125,18 +125,20 @@ public:
   void OnSysColourChanged(wxSysColourChangedEvent& event);
 
   // Query app for menu item updates (called from OnIdle)
-  void DoMenuUpdates();
-  void DoMenuUpdates(wxMenu* menu);
+    // Query app for menu item updates (called from OnIdle)
+    void DoMenuUpdates();
+    void DoMenuUpdates(wxMenu* menu, wxWindow* focusWin);
 
   // Checks if there is a toolbar, and returns the first free client position
   virtual wxPoint GetClientAreaOrigin() const;
-       virtual void GetClientSize(int *x, int *y) const ;
+       virtual void DoGetClientSize(int *x, int *y) const ;
        virtual void DoSetClientSize(int clientwidth, int clientheight) ;
 
   // tooltip management
 #if wxUSE_TOOLTIPS
     wxMacToolTip* GetToolTipCtrl() const { return m_hwndToolTip; }
-    void SetToolTipCtrl(wxMacToolTip *tt) { m_hwndToolTip = wxMacToolTip; }
+    void SetToolTipCtrl(wxMacToolTip *tt) { m_hwndToolTip = tt; }
+    wxMacToolTip* m_hwndToolTip ;
 #endif // tooltips
 
 protected: