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