]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ctrlsub.h
using Run of base class
[wxWidgets.git] / include / wx / ctrlsub.h
index 76f8353220ac281b8f58bbdf0c4ee70c204de1e3..88832e5b751faa7c7f55b38bf6827cc0936e4f44 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     22.10.99
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -441,6 +440,12 @@ public:
     // colour
     virtual bool ShouldInheritColours() const { return false; }
 
+
+    // Implementation only from now on.
+
+    // Generate an event of the given type for the selection change.
+    void SendSelectionChangedEvent(wxEventType eventType);
+
 protected:
     // fill in the client object or data field of the event as appropriate
     //