]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statline.h
Split wxDataViewVirtualModel fork wxDataViewIndexModel to make the code clearer and...
[wxWidgets.git] / interface / statline.h
index 346d021ab917549d7aebd2044e8a48398b53ea63..df71adf528e086a97b435fc1fc9210b4de70cb55 100644 (file)
@@ -14,9 +14,9 @@
     groups of controls. The line may be only vertical or horizontal.
 
     @beginStyleTable
-    @style{wxLI_HORIZONTAL}:
+    @style{wxLI_HORIZONTAL}
            Creates a horizontal line.
-    @style{wxLI_VERTICAL}:
+    @style{wxLI_VERTICAL}
            Creates a vertical line.
     @endStyleTable
 
@@ -31,7 +31,7 @@ public:
     //@{
     /**
         Constructor, creating and showing a static line.
-        
+
         @param parent
             Parent window. Must not be @NULL.
         @param id
@@ -46,7 +46,7 @@ public:
             Window style (either wxLI_HORIZONTAL or wxLI_VERTICAL).
         @param name
             Window name.
-        
+
         @see Create()
     */
     wxStaticLine();