]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ctrlsub.h
adding OnLaunched
[wxWidgets.git] / include / wx / ctrlsub.h
index 76f8353220ac281b8f58bbdf0c4ee70c204de1e3..a55e124148507a59924ed8e654c58cf89d19198c 100644 (file)
@@ -441,6 +441,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
     //