]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
Upport scrolling changes and mouse wheel changes.
[wxWidgets.git] / include / wx / motif / window.h
index 819fe17f3e70fa1d374b7bb8bbe07f3204c5c62a..7a8e21899fe5f3e74b735a1e7ab1f682c5da2dc8 100644 (file)
@@ -147,6 +147,12 @@ public:
     // Process idle (send update events)
     void OnInternalIdle();
 
+    // post-creation activities
+    void PostCreation();
+
+    // pre-creation activities
+    void PreCreation();
+
 protected:
     // Responds to colour changes: passes event on to children.
     void OnSysColourChanged(wxSysColourChangedEvent& event);