]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/spinctrl.h
Applied patch [ 1166587 ] [wxMSW] Removes all flicker from wxStaticBox
[wxWidgets.git] / include / wx / mac / carbon / spinctrl.h
index 9ffd5d1ee22b00c7df4f92174f3c97a3c90c7887..e29c806d7273a8fd4a271f6940cc1d54d0c3ca3f 100755 (executable)
@@ -80,6 +80,7 @@ public:
     // forward these functions to all subcontrols
     virtual bool Enable(bool enable = TRUE);
     virtual bool Show(bool show = TRUE);
+    virtual void SetFocus();
 
     // get the subcontrols
     wxTextCtrl *GetText() const { return m_text; }