From 12a95bfdb31595ec53d72adef4e0fd6bf1ccf218 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 16 Nov 2002 14:30:18 +0000 Subject: add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. Exit when all the "root windows" are hidden. Support the WM_DELETE protocol to hide a "root window". --- otk/button.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/button.hh') diff --git a/otk/button.hh b/otk/button.hh index c5b9d963..a5f93690 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -29,8 +29,8 @@ public: void press(unsigned int mouse_button); void release(unsigned int mouse_button); - int buttonPressHandler(const XButtonEvent &e); - int buttonReleaseHandler(const XButtonEvent &e); + void buttonPressHandler(const XButtonEvent &e); + void buttonReleaseHandler(const XButtonEvent &e); private: -- cgit v1.2.3