/////////////////////////////////////////////////////////////////////////////
// Name: control.h
-// Purpose: documentation for wxControl class
+// Purpose: interface of wxControl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{ctrl}
@appearance{control.png}
- @seealso
- wxValidator
+ @see wxValidator
*/
class wxControl : public wxWindow
{
*/
void SetLabel(const wxString& label);
};
+