From 27f5b0c3dcdbfaa42634b79ca79589bcc8114e30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 16 Jan 2000 22:55:34 +0000 Subject: [PATCH] documented wxGA_SMOOTH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/gauge.tex | 1 + docs/latex/wx/progdlg.tex | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/latex/wx/gauge.tex b/docs/latex/wx/gauge.tex index a6b2336e9f..4bb96aa747 100644 --- a/docs/latex/wx/gauge.tex +++ b/docs/latex/wx/gauge.tex @@ -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}. diff --git a/docs/latex/wx/progdlg.tex b/docs/latex/wx/progdlg.tex index 361ca19a22..e07785da3c 100644 --- a/docs/latex/wx/progdlg.tex +++ b/docs/latex/wx/progdlg.tex @@ -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}% } -- 2.45.2