X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a78a9378207266c55b7f4c72fbfb2ae11963d0b..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/control.h diff --git a/interface/wx/control.h b/interface/wx/control.h index 88d17800d0..2c0f8f74e7 100644 --- a/interface/wx/control.h +++ b/interface/wx/control.h @@ -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.