[dasher: 3/43] Gtk2: Make ExternalEventHandler public, as overrides public method!



commit d9b2e732b5aaa1c3cb6f5be456d51a5375bcea58
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Thu Apr 21 23:19:56 2011 +0100

    Gtk2: Make ExternalEventHandler public, as overrides public method!

 Src/Gtk2/DasherControl.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Src/Gtk2/DasherControl.h b/Src/Gtk2/DasherControl.h
index f6c71a9..98573dc 100644
--- a/Src/Gtk2/DasherControl.h
+++ b/Src/Gtk2/DasherControl.h
@@ -149,6 +149,11 @@ public:
   virtual void Speak(const std::string &strText, bool bInterrupt);
 #endif
 
+  ///
+  /// Pass events coming from the core to the appropriate handler.
+  ///
+  virtual void ExternalEventHandler(Dasher::CEvent *pEvent);
+
 private:
   //  virtual void CreateSettingsStore();
   virtual void ScanAlphabetFiles(std::vector<std::string> &vFileList);
@@ -161,11 +166,6 @@ private:
   virtual void StartTimer();
   virtual void ShutdownTimer();
 
-  ///
-  /// Pass events coming from the core to the appropriate handler.
-  ///
-
-  void ExternalEventHandler(Dasher::CEvent *pEvent);
   
   /// Override to emit Gtk2 signals (previously in response to CCommandEvent)
   void ExecuteCommand(const std::string &strName);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]