]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/dialog.h
Make keyboard event handlers indicate whether the event was handled
[libs/gltk.git] / source / dialog.h
index 1925c61ee740460cb9897791fdaf6bef8559ed34..aa4380a8881f16f5a855f45bd6c7a0566c0542bb 100644 (file)
@@ -36,7 +36,7 @@ public:
        void add_button(Button &, int);
 
        virtual void button_release(int, int, unsigned);
-       virtual void key_release(unsigned, unsigned);
+       virtual bool key_release(unsigned, unsigned);
 protected:
        void response(int);