]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/numdlg.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / numdlg.h
index 904f67e2e8fe9156e58d7a6ddbc9a63c2a29ae72..5fbae0805d4201b1cb971bdc45736810c6f8fe36 100644 (file)
@@ -2,11 +2,10 @@
 // Name:        numdlg.h
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
 // Name:        numdlg.h
 // Purpose:     interface of global functions
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
-/** @ingroup group_funcmacro_dialog */
+/** @addtogroup group_funcmacro_dialog */
 //@{
 
 /**
 //@{
 
 /**
@@ -16,8 +15,8 @@
 
     The number entered must be in the range @c min to @c max (both of which
     should be positive) and @c value is the initial value of it. If the user
 
     The number entered must be in the range @c min to @c max (both of which
     should be positive) and @c value is the initial value of it. If the user
-    enters an invalid value or cancels the dialog, the function will return
-    -1.
+    enters an invalid value, it is forced to fall into the specified range. If
+    the user cancels the dialog, the function returns -1.
 
     Dialog is centered on its @c parent unless an explicit position is given
     in @c pos.
 
     Dialog is centered on its @c parent unless an explicit position is given
     in @c pos.