X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4876436a6240109da0b947c4333b75eb98525d70..41d6e8b6833f5fb9b997c0cf0f0c9c37ebc589c3:/interface/wx/sashwin.h?ds=sidebyside diff --git a/interface/wx/sashwin.h b/interface/wx/sashwin.h index da59269f0a..6ff15bed70 100644 --- a/interface/wx/sashwin.h +++ b/interface/wx/sashwin.h @@ -50,7 +50,7 @@ enum wxSashDragStatus Draws a thin black border. @endStyleTable - @beginEventTable{wxSashEvent} + @beginEventEmissionTable{wxSashEvent} @event{EVT_SASH_DRAGGED(id, func)} Process a wxEVT_SASH_DRAGGED event, when the user has finished dragging a sash. @@ -63,7 +63,7 @@ enum wxSashDragStatus @library{wxadv} @category{miscwnd} - @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandling + @see wxSashEvent, wxSashLayoutWindow, @ref overview_events */ class wxSashWindow : public wxWindow { @@ -222,7 +222,7 @@ public: @library{wxadv} @category{events} - @see wxSashWindow, @ref overview_eventhandling + @see wxSashWindow, @ref overview_events */ class wxSashEvent : public wxCommandEvent {