diff options
Diffstat (limited to 'otk/widget.hh')
| -rw-r--r-- | otk/widget.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otk/widget.hh b/otk/widget.hh index 85eefe79..1651a507 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -27,6 +27,8 @@ public: virtual void update(void); + void expose(const XExposeEvent &e); + inline Window getWindow(void) const { return _window; } inline const OtkWidget *getParent(void) const { return _parent; } inline const OtkWidgetList &getChildren(void) const { return _children; } @@ -124,6 +126,7 @@ private: bool _fixed_width; bool _fixed_height; +protected: bool _dirty; }; |
