]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/stattext.h
undid previous commit, the person who reported it retracted his claim
[wxWidgets.git] / include / wx / motif / stattext.h
index c58bcaa7cc8df4975ae16c3927beb1cc2fdd85e3..e64de49452fe6217960f5951d6f05a288be44d7f 100644 (file)
@@ -56,6 +56,13 @@ public:
     virtual void ChangeFont(bool keepOriginalSize = TRUE);
     virtual void ChangeBackgroundColour();
     virtual void ChangeForegroundColour();
+    
+    // Get the widget that corresponds to the label (for font setting, label setting etc.)
+    virtual WXWidget GetLabelWidget() const
+        { return m_labelWidget; }
+    
+protected:
+    WXWidget              m_labelWidget;
 };
 
 #endif