X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e373f51b6c2a9a43436e24b690c18f334e0605e6..b86510f8ef593f4b598c51d0a7b3b8697582a537:/include/wx/msw/radiobox.h diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h index caab028ae7..db7ad5f524 100644 --- a/include/wx/msw/radiobox.h +++ b/include/wx/msw/radiobox.h @@ -90,6 +90,7 @@ public: // Implementation WXHWND *GetRadioButtons() const { return m_radioButtons; } bool ContainsHWND(WXHWND hWnd) const; + void SendNotificationEvent(); long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);