introduce a new @beginFlagTable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-04-10 22:09:29 +00:00
parent 4a31b0c34f
commit 09a728e15e
3 changed files with 15 additions and 10 deletions

View 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,