]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/control.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / control.h
index 88d17800d0ab96b27bfbaeaf5e9f24d76821c507..2c0f8f74e74b11f1b3149168d8f82a2f8f2ed2aa 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        control.h
 // Purpose:     interface of wxControl
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -104,6 +103,8 @@ public:
             obviously not correctly sized.
         @param style
             Control style. For generic window styles, please see wxWindow.
+        @param validator
+            Control validator. 
         @param name
             Control name.
     */
@@ -172,7 +173,7 @@ public:
         @endcode
 
         Currently this method is only implemented for wxTextCtrl, wxComboBox
-        and wxChoice in wxGTK.
+        and wxChoice in wxMSW and wxGTK.
 
         @param xlen The horizontal extent of the area to leave for text, in
             pixels.