]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/stattext.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / motif / stattext.h
index 28af0ff9639a1bce2c1e92d77372b487bbab6817..d330e78ca39aeb460a8bc186f4527178f2d51448 100644 (file)
@@ -52,6 +52,10 @@ public:
     virtual WXWidget GetLabelWidget() const
         { return m_labelWidget; }
 
+    virtual void DoSetLabel(const wxString& str);
+    virtual wxString DoGetLabel() const;
+
+    virtual wxSize DoGetBestSize() const;
 protected:
     WXWidget              m_labelWidget;
 };