]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/progdlg.h
Intial review of calctrl.h.
[wxWidgets.git] / interface / progdlg.h
index 6fd996201eec41eedfb43143fcae00c92e08977a..64bcabd946e333289285e872bcbd622f14eb3f4e 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        progdlg.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        progdlg.h
-// Purpose:     documentation for wxProgressDialog class
+// Purpose:     interface of wxProgressDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -51,7 +51,7 @@ public:
         Constructor. Creates the dialog, displays it and disables user input
         for other windows, or, if wxPD_APP_MODAL flag is not given, for its parent
         window only.
         Constructor. Creates the dialog, displays it and disables user input
         for other windows, or, if wxPD_APP_MODAL flag is not given, for its parent
         window only.
-        
+
         @param title
             Dialog title to show in titlebar.
         @param message
         @param title
             Dialog title to show in titlebar.
         @param message
@@ -97,7 +97,7 @@ public:
         dialog
         or ask the user for the confirmation and if the abort is not confirmed the
         dialog may be resumed with Resume() function.
         dialog
         or ask the user for the confirmation and if the abort is not confirmed the
         dialog may be resumed with Resume() function.
-        
+
         @param value
             The new value of the progress meter. It should be less than or
             equal to the maximum value given to the constructor and the dialog is
         @param value
             The new value of the progress meter. It should be less than or
             equal to the maximum value given to the constructor and the dialog is
@@ -113,3 +113,4 @@ public:
     virtual bool Update(int value, const wxString& newmsg = "",
                         bool* skip = NULL);
 };
     virtual bool Update(int value, const wxString& newmsg = "",
                         bool* skip = NULL);
 };
+