From bb6ac36d410ba62bc8bb481dd6461a30aace42fd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 30 Jan 2003 21:11:04 +0000 Subject: working popups for moving/resizing --- otk/label.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'otk/label.hh') 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: -- cgit v1.2.3