]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
Minimal (nearly empty) wxDisplay for wxMGL (to compensate src/common/tplvcmn.cpp...
[wxWidgets.git] / include / wx / control.h
index 8d83d135645baa06993fb2bb6a62ff5993f595a9..c5b425e7e8da9132a284fac6c375b209d24e84d8 100644 (file)
@@ -62,6 +62,9 @@ public:
     virtual void SetLabel( const wxString &label );
     virtual bool SetFont(const wxFont& font);
 
+    // wxControl-specific processing after processing the update event
+    virtual void DoUpdateWindowUI(wxUpdateUIEvent& event);
+
     // Reserved for future use
     virtual void ReservedControlFunc1() {}
     virtual void ReservedControlFunc2() {}