]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/print.h
New devs.
[wxWidgets.git] / interface / print.h
index a76da13dfe2e1e7174e3465c37590e5e714a7eb1..e96d9bf9a0f07ff3d687b7224b261ee70341b74d 100644 (file)
@@ -31,19 +31,19 @@ public:
         The @a buttons parameter may be a combination of the following, using the bitwise
         'or' operator:
 
-        @beginStyleTable
-        @style{wxPREVIEW_PRINT}:
+        @beginFlagTable
+        @flag{wxPREVIEW_PRINT}
             Create a print button.
-        @style{wxPREVIEW_NEXT}:
+        @flag{wxPREVIEW_NEXT}
             Create a next page button.
-        @style{wxPREVIEW_PREVIOUS}:
+        @flag{wxPREVIEW_PREVIOUS}
             Create a previous page button.
-        @style{wxPREVIEW_ZOOM}:
+        @flag{wxPREVIEW_ZOOM}
             Create a zoom control.
-        @style{wxPREVIEW_DEFAULT}:
+        @flag{wxPREVIEW_DEFAULT}
             Equivalent to a combination of @c wxPREVIEW_PREVIOUS, @c wxPREVIEW_NEXT
             and @c wxPREVIEW_ZOOM.
-        @endStyleTable
+        @endFlagTable
     */
     wxPreviewControlBar(wxPrintPreview* preview,
                         long buttons,