]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/radiobox.h
Common default notebook name.
[wxWidgets.git] / include / wx / univ / radiobox.h
index cb915c9a65ee704fca82afab824dc35803387121..f59e03d45c80b291cf084be2c180229752c2ef04 100644 (file)
@@ -104,6 +104,9 @@ public:
     virtual wxString GetLabel() const;
     virtual void SetLabel(const wxString& label);
 
+    // we inherit a version returning false from wxStaticBox, override it again
+    virtual bool AcceptsFocus() const { return true; }
+
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );
 #endif // wxUSE_TOOLTIPS