X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a78a9378207266c55b7f4c72fbfb2ae11963d0b..2f36b4d22beeb7f4f0cedf922c0c26d037f54477:/interface/wx/control.h diff --git a/interface/wx/control.h b/interface/wx/control.h index 88d17800d0..d171f2666f 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 ///////////////////////////////////////////////////////////////////////////// @@ -172,7 +171,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.