]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/control.h
Get(Class)DefaultAttributes() for wxGTK controls
[wxWidgets.git] / include / wx / cocoa / control.h
index 38ee55e2ed202c94f24cbcfae51f25be3ef25e5c..153e6e15552d6e3cfeceb553213e38fb20a3fb02 100644 (file)
@@ -59,6 +59,8 @@ public:
     // Calls the callback and appropriate event handlers
     bool ProcessCommand(wxCommandEvent& event);
 
+    // Enables the control
+    virtual void CocoaSetEnabled(bool enable);
 protected:
     virtual wxSize DoGetBestSize() const;
 };