From 77342413efd183bd1c0681a57b68acc836022923 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 16 Nov 2002 13:28:26 +0000 Subject: change how the widgets' _dirty flag works so that all inheritence levels of the widget class can use it --- otk/label.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'otk/label.hh') diff --git a/otk/label.hh b/otk/label.hh index 3bf397a6..7cfa23bf 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -16,13 +16,10 @@ public: void setText(const std::string &text) { _text = text; _dirty = true; } void update(void); - int exposeHandler(const XExposeEvent &e); - int configureHandler(const XConfigureEvent &e); private: std::string _text; - bool _dirty; }; } -- cgit v1.2.3