X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/sashwin.h?ds=sidebyside diff --git a/interface/sashwin.h b/interface/sashwin.h index 5ad783ad87..a8fdb75076 100644 --- a/interface/sashwin.h +++ b/interface/sashwin.h @@ -18,21 +18,21 @@ via a wxSashEvent notification. @beginStyleTable - @style{wxSW_3D}: + @style{wxSW_3D} Draws a 3D effect sash and border. - @style{wxSW_3DSASH}: + @style{wxSW_3DSASH} Draws a 3D effect sash. - @style{wxSW_3DBORDER}: + @style{wxSW_3DBORDER} Draws a 3D effect border. - @style{wxSW_BORDER}: + @style{wxSW_BORDER} Draws a thin black border. @endStyleTable - @beginEventTable - @event{EVT_SASH_DRAGGED(id, func)}: + @beginEventTable{wxSashEvent} + @event{EVT_SASH_DRAGGED(id, func)} Process a wxEVT_SASH_DRAGGED event, when the user has finished dragging a sash. - @event{EVT_SASH_DRAGGED_RANGE(id1, id2, func)}: + @event{EVT_SASH_DRAGGED_RANGE(id1, id2, func)} Process a wxEVT_SASH_DRAGGED_RANGE event, when the user has finished dragging a sash. The event handler is called when windows with ids in the given range have their sashes dragged. @@ -41,7 +41,7 @@ @library{wxadv} @category{miscwnd} - @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandlingoverview + @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandling */ class wxSashWindow : public wxWindow {