]> git.saurik.com Git - wxWidgets.git/commitdiff
documented wxGA_SMOOTH
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Jan 2000 22:55:34 +0000 (22:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Jan 2000 22:55:34 +0000 (22:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/gauge.tex
docs/latex/wx/progdlg.tex

index a6b2336e9fd85580e2764f5a1ff932f300d1753c..4bb96aa747abed258f46724faaae187622416a0c 100644 (file)
@@ -21,6 +21,7 @@ There are no user commands for the gauge.
 \twocolitem{\windowstyle{wxGA\_HORIZONTAL}}{Creates a horizontal gauge.}
 \twocolitem{\windowstyle{wxGA\_VERTICAL}}{Creates a vertical gauge.}
 \twocolitem{\windowstyle{wxGA\_PROGRESSBAR}}{Under Windows 95, creates a horizontal progress bar.}
+\twocolitem{\windowstyle{wxGA\_SMOOTH}}{Under Windows 95, creates smooth progress bar with one pixel wide update step.}
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.
index 361ca19a22891ef0b2da2a33195c107e3f9a81e6..e07785da3c3a9bb4a87501e1a31693903bfdf4e5 100644 (file)
@@ -58,6 +58,8 @@ until the user closes it.}
 \twocolitem{wxPD\_ELAPSED\_TIME}{This flag tells the dialog that it should show elapsed time (since creating the dialog).}
 \twocolitem{wxPD\_ESTIMATED\_TIME}{This flag tells the dialog that it should show estimated time.}
 \twocolitem{wxPD\_REMAINING\_TIME}{This flag tells the dialog that it should show remaining time.}
+\twocolitem{wxGA\_SMOOTH}{This flag tells the dialog that it should use
+smooth gauge (has effect only under 32bit Windows).}
 \end{twocollist}%
 }