From a4c8a839a3decc54e515fd110710195eca23fd2b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 10 Feb 2003 02:27:58 +0000 Subject: layout fixes, give widgets a default texture, etc. --- otk/label.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/label.hh') diff --git a/otk/label.hh b/otk/label.hh index b3e9c166..3bb931d6 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -17,7 +17,7 @@ public: Label(Widget *parent); virtual ~Label(); - inline const ustring& getText(void) const { return _text; } + inline const ustring& text(void) const { return _text; } void setText(const ustring &text); virtual inline bool isHighlighted() const { return _highlight; } -- cgit v1.2.3