]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/notebook.h
compilation fix for PCH-less build
[wxWidgets.git] / interface / notebook.h
index f71444eb3b4b3c73329daa8ad8066b9b7a3fb0cc..807e42c1db849b4ad55628abeb0a51bad6b82ee4 100644 (file)
@@ -89,22 +89,22 @@ public:
     @b wxNotebookPage is a typedef for wxWindow.
 
     @beginStyleTable
     @b wxNotebookPage is a typedef for wxWindow.
 
     @beginStyleTable
-    @style{wxNB_TOP}:
+    @style{wxNB_TOP}
            Place tabs on the top side.
            Place tabs on the top side.
-    @style{wxNB_LEFT}:
+    @style{wxNB_LEFT}
            Place tabs on the left side.
            Place tabs on the left side.
-    @style{wxNB_RIGHT}:
+    @style{wxNB_RIGHT}
            Place tabs on the right side.
            Place tabs on the right side.
-    @style{wxNB_BOTTOM}:
+    @style{wxNB_BOTTOM}
            Place tabs under instead of above the notebook pages.
            Place tabs under instead of above the notebook pages.
-    @style{wxNB_FIXEDWIDTH}:
+    @style{wxNB_FIXEDWIDTH}
            (Windows only) All tabs will have same width.
            (Windows only) All tabs will have same width.
-    @style{wxNB_MULTILINE}:
+    @style{wxNB_MULTILINE}
            (Windows only) There can be several rows of tabs.
            (Windows only) There can be several rows of tabs.
-    @style{wxNB_NOPAGETHEME}:
+    @style{wxNB_NOPAGETHEME}
            (Windows only) Display a solid colour on notebook pages, and not a
            gradient, which can reduce performance.
            (Windows only) Display a solid colour on notebook pages, and not a
            gradient, which can reduce performance.
-    @style{wxNB_FLAT}:
+    @style{wxNB_FLAT}
            (Windows CE only) Show tabs in a flat style.
     @endStyleTable
 
            (Windows CE only) Show tabs in a flat style.
     @endStyleTable
 
@@ -162,7 +162,7 @@ public:
         @param imageId
             Specifies the optional image index for the new page.
 
         @param imageId
             Specifies the optional image index for the new page.
 
-        @returns @true if successful, @false otherwise.
+        @return @true if successful, @false otherwise.
 
         @remarks Do not delete the page, it will be deleted by the notebook.
 
 
         @remarks Do not delete the page, it will be deleted by the notebook.
 
@@ -339,7 +339,7 @@ public:
             The point was over a currently selected page, not over any tab. Note that
         this flag is present only if wxNOT_FOUND is returned.
 
             The point was over a currently selected page, not over any tab. Note that
         this flag is present only if wxNOT_FOUND is returned.
 
-        @returns Returns the zero-based tab index or wxNOT_FOUND if there is no
+        @return Returns the zero-based tab index or wxNOT_FOUND if there is no
                  tab is at the specified position.
     */
     virtual int HitTest(const wxPoint& pt, long* = NULL) const;
                  tab is at the specified position.
     */
     virtual int HitTest(const wxPoint& pt, long* = NULL) const;
@@ -358,7 +358,7 @@ public:
         @param imageId
             Specifies the optional image index for the new page.
 
         @param imageId
             Specifies the optional image index for the new page.
 
-        @returns @true if successful, @false otherwise.
+        @return @true if successful, @false otherwise.
 
         @remarks Do not delete the page, it will be deleted by the notebook.
 
 
         @remarks Do not delete the page, it will be deleted by the notebook.