diff options
Diffstat (limited to 'otk/label.hh')
| -rw-r--r-- | otk/label.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otk/label.hh b/otk/label.hh index e24858f1..9c32e544 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -18,6 +18,11 @@ public: virtual void renderForeground(void); + virtual void update(); + + void fitString(const std::string &str); + void fitSize(int w, int h); + virtual void setStyle(RenderStyle *style); private: |
