]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sashwin.h
mac paths updated
[wxWidgets.git] / interface / sashwin.h
index 668efc79e67ac1232671321b8d31082edc2b482f..a8fdb750769cd64bb9e21b14e8999c265fd9ee84 100644 (file)
     via a wxSashEvent notification.
 
     @beginStyleTable
     via a wxSashEvent notification.
 
     @beginStyleTable
-    @style{wxSW_3D}:
+    @style{wxSW_3D}
            Draws a 3D effect sash and border.
            Draws a 3D effect sash and border.
-    @style{wxSW_3DSASH}:
+    @style{wxSW_3DSASH}
            Draws a 3D effect sash.
            Draws a 3D effect sash.
-    @style{wxSW_3DBORDER}:
+    @style{wxSW_3DBORDER}
            Draws a 3D effect border.
            Draws a 3D effect border.
-    @style{wxSW_BORDER}:
+    @style{wxSW_BORDER}
            Draws a thin black border.
     @endStyleTable
 
            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.
            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.
            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}
 
     @library{wxadv}
     @category{miscwnd}
 
-    @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandlingoverview
+    @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandling
 */
 class wxSashWindow : public wxWindow
 {
 */
 class wxSashWindow : public wxWindow
 {
@@ -50,7 +50,7 @@ public:
     /**
         Constructs a sash window, which can be a child of a frame, dialog or any other
         non-control window.
     /**
         Constructs a sash window, which can be a child of a frame, dialog or any other
         non-control window.
-        
+
         @param parent
             Pointer to a parent window.
         @param id
         @param parent
             Pointer to a parent window.
         @param id
@@ -104,10 +104,10 @@ public:
 
     /**
         Returns @true if a sash is visible on the given edge, @false otherwise.
 
     /**
         Returns @true if a sash is visible on the given edge, @false otherwise.
-        
+
         @param edge
             Edge. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
         @param edge
             Edge. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
-        
+
         @see SetSashVisible()
     */
     bool GetSashVisible(wxSashEdgePosition edge) const;
         @see SetSashVisible()
     */
     bool GetSashVisible(wxSashEdgePosition edge) const;
@@ -115,10 +115,10 @@ public:
     /**
         Returns @true if the sash has a border, @false otherwise.
         This function is obsolete since the sash border property is unused.
     /**
         Returns @true if the sash has a border, @false otherwise.
         This function is obsolete since the sash border property is unused.
-        
+
         @param edge
             Edge. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
         @param edge
             Edge. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
-        
+
         @see SetSashBorder()
     */
     bool HasBorder(wxSashEdgePosition edge) const;
         @see SetSashBorder()
     */
     bool HasBorder(wxSashEdgePosition edge) const;
@@ -146,7 +146,7 @@ public:
     /**
         Call this function to give the sash a border, or remove the border.
         This function is obsolete since the sash border property is unused.
     /**
         Call this function to give the sash a border, or remove the border.
         This function is obsolete since the sash border property is unused.
-        
+
         @param edge
             Edge to change. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
         @param hasBorder
         @param edge
             Edge to change. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
         @param hasBorder
@@ -156,12 +156,12 @@ public:
 
     /**
         Call this function to make a sash visible or invisible on a particular edge.
 
     /**
         Call this function to make a sash visible or invisible on a particular edge.
-        
+
         @param edge
             Edge to change. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
         @param visible
             @true to make the sash visible, @false to make it invisible.
         @param edge
             Edge to change. One of wxSASH_TOP, wxSASH_RIGHT, wxSASH_BOTTOM, wxSASH_LEFT.
         @param visible
             @true to make the sash visible, @false to make it invisible.
-        
+
         @see GetSashVisible()
     */
     void SetSashVisible(wxSashEdgePosition edge, bool visible);
         @see GetSashVisible()
     */
     void SetSashVisible(wxSashEdgePosition edge, bool visible);