From f51f1c775f3f09cf184ead323d111985c888d52e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 8 Feb 2003 08:13:02 +0000 Subject: stacked cycling menu works now. add a highlighted flag to otk widgets --- otk/button.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'otk/button.hh') diff --git a/otk/button.hh b/otk/button.hh index 53d08a86..09fc0d6b 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -12,9 +12,6 @@ public: Button(Widget *parent); virtual ~Button(); - virtual inline bool isDefault() const { return _default; } - virtual void setDefault(bool d); - virtual inline bool isPressed() const { return _pressed; } virtual void press(unsigned int mouse_button); @@ -26,7 +23,6 @@ public: virtual void styleChanged(const RenderStyle &style); private: - bool _default; bool _pressed; unsigned int _mouse_button; }; -- cgit v1.2.3