]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/testableframe.h
Add CombineURIs implementation for wxWebFileProtocolHandler. Update the IE backend...
[wxWidgets.git] / tests / testableframe.h
index ad676a12fcbb572c93527328e5f8f2fc2aac40d1..29e03658f748e1b7bbd73578bb9e530bc4c8fd45 100644 (file)
@@ -2,9 +2,9 @@
 // Name:        testableframe.h
 // Purpose:     An improved wxFrame for unit-testing
 // Author:      Steven Lamerton
-// RCS-ID:      $Id:$
+// RCS-ID:      $Id$
 // Copyright:   (c) 2010 Steven Lamerton
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "wx/frame.h"
@@ -21,6 +21,9 @@ public:
     //wxEVT_ANY get the count for all events or a type can be specified
     int GetEventCount(wxEventType type = wxEVT_ANY);
 
+    //Used to clear an event count, after disconnecting a counter for example
+    void ClearEventCount(wxEventType type);
+
 private:
     wxLongToLongHashMap m_count;
 };