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/widget.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'otk/widget.hh') diff --git a/otk/widget.hh b/otk/widget.hh index a8787754..fb3b1e37 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -100,6 +100,10 @@ public: { return _event_dispatcher; } void setEventDispatcher(OtkEventDispatcher *disp); +protected: + + bool _dirty; + private: void create(void); @@ -139,8 +143,6 @@ private: bool _fixed_width; bool _fixed_height; - bool _dirty; - OtkEventDispatcher *_event_dispatcher; }; -- cgit v1.2.3