X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf8f10225c08bf5473fa35423f56e01f1819f971..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/ctrlsub.h diff --git a/include/wx/ctrlsub.h b/include/wx/ctrlsub.h index 76f8353220..a55e124148 100644 --- a/include/wx/ctrlsub.h +++ b/include/wx/ctrlsub.h @@ -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 //