documented wxGA_SMOOTH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-01-16 22:55:34 +00:00
parent 2686e01b0b
commit 27f5b0c3dc
2 changed files with 3 additions and 0 deletions

View 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}.