diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-30 21:11:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-30 21:11:04 +0000 |
| commit | bb6ac36d410ba62bc8bb481dd6461a30aace42fd (patch) | |
| tree | da693a2562ccb3f14671d5ac76a9fbf901a0ba89 /otk/focuslabel.hh | |
| parent | 225d4302d0b2bd40d03d3bfa54116c0adfe3143e (diff) | |
working popups for moving/resizing
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: |
