]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/nonownedwnd.h
typo fix
[wxWidgets.git] / include / wx / osx / carbon / nonownedwnd.h
index 664abc33e4d2a29e422964640691138362d73bdd..3ce7ae952c7a023cf79c88272c87c0bb98c105d8 100644 (file)
@@ -97,7 +97,13 @@ public:
     
     wxNonOwnedWindowImpl* GetNonOwnedPeer() const { return m_nowpeer; }
     
+    // osx specific event handling common for all osx-ports
     
+    virtual void HandleActivated( double timestampsec, bool didActivate );
+    virtual void HandleResized( double timestampsec );
+    virtual void HandleMoved( double timestampsec );
+    virtual void HandleResizing( double timestampsec, wxRect* rect );
+        
 protected:
     // common part of all ctors
     void Init();