diff Framework/Widgets/TestCairoWidget.h @ 373:d6136a7e914d

making branch am-2 the new mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 10:06:18 +0100
parents 8716176ff7f0
children e33659decec5
line wrap: on
line diff
--- a/Framework/Widgets/TestCairoWidget.h	Mon Nov 05 10:04:56 2018 +0100
+++ b/Framework/Widgets/TestCairoWidget.h	Mon Nov 05 10:06:18 2018 +0100
@@ -43,7 +43,7 @@
                                         int y);
 
     public:
-      TestCairoWidget(bool animate);
+      TestCairoWidget(const std::string& name, bool animate);
 
       virtual void SetSize(unsigned int width, 
                            unsigned int height);
@@ -58,7 +58,8 @@
                               int y,
                               KeyboardModifiers modifiers);
     
-      virtual void KeyPressed(char key,
+      virtual void KeyPressed(KeyboardKeys key,
+                              char keyChar,
                               KeyboardModifiers modifiers);
 
       virtual bool HasUpdateContent() const