]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
GetClientData(int n) should be const (part of patch 649438)
[wxWidgets.git] / include / wx / toplevel.h
index 10231a6c00d836eab1e7afa9389b35df61ce0252..c6241a97043b6023acdd52c8028b8b86b860ed0a 100644 (file)
@@ -134,6 +134,9 @@ public:
     // so should be there for all platforms
     void OnActivate(wxActivateEvent &WXUNUSED(event)) { }
 
+    // do the window-specific processing after processing the update event
+    virtual void DoUpdateWindowUI(wxUpdateUIEvent& event) ;
+
 protected:
     // the frame client to screen translation should take account of the
     // toolbar which may shift the origin of the client area