]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/nonownedwnd.h
adding hook, but unfortunately no solution yet for wxComboBox::SetEditable
[wxWidgets.git] / include / wx / osx / nonownedwnd.h
index 85c0eb1cd1c3ba25b34048318d94e77a0b45fe6b..a972612b2bb7dea4148c81e103d3b52b2d0175d1 100644 (file)
@@ -114,6 +114,8 @@ public:
     virtual void HandleResized( double timestampsec );
     virtual void HandleMoved( double timestampsec );
     virtual void HandleResizing( double timestampsec, wxRect* rect );
+    
+    void WindowWasPainted();
 
     virtual bool Destroy();
 
@@ -145,6 +147,8 @@ protected:
     static wxNonOwnedWindow *s_macDeactivateWindow;
 
 private :
+    static clock_t s_lastFlush;
+    
     wxRegion m_shape;
 #if wxUSE_GRAPHICS_CONTEXT
     wxGraphicsPath m_shapePath;