]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sashwin.h
fix various Doxygen errors (#9568)
[wxWidgets.git] / interface / sashwin.h
index 8baad97cd4ebff82fb7356a35ad7cb23d424f75d..a8fdb750769cd64bb9e21b14e8999c265fd9ee84 100644 (file)
     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{wxSashEvent}
-    @event{EVT_SASH_DRAGGED(id, func)}:
+    @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.