diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-10 02:27:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-10 02:27:58 +0000 |
| commit | a4c8a839a3decc54e515fd110710195eca23fd2b (patch) | |
| tree | f1afa0982ddc6542ce00a36d7b6899d816a4914a /otk/label.hh | |
| parent | c26e5ea7519b02d7b83261faefeec657bb65c4a4 (diff) | |
layout fixes, give widgets a default texture, etc.
Diffstat (limited to 'otk/label.hh')
| -rw-r--r-- | otk/label.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
