// Name: control.h
// Purpose: interface of wxControl
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
obviously not correctly sized.
@param style
Control style. For generic window styles, please see wxWindow.
+ @param validator
+ Control validator.
@param name
Control name.
*/
@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.