/////////////////////////////////////////////////////////////////////////////
// Name: srchctrl.h
-// Purpose: documentation for wxSearchCtrl class
+// Purpose: interface of wxSearchCtrl
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{FIXME}
- @seealso
- wxTextCtrl::Create, wxValidator
+ @see wxTextCtrl::Create, wxValidator
*/
class wxSearchCtrl : public wxTextCtrl
{
//@{
/**
Constructor, creating and showing a text control.
-
+
@param parent
Parent window. Should not be @NULL.
@param id
Window validator.
@param name
Window name.
-
+
@see wxTextCtrl::Create, wxValidator
*/
wxSearchCtrl();
Sets the search control's menu object. If there is already a menu associated
with
the search control it is deleted.
-
+
@param menu
Menu to attach to the search control.
*/
*/
virtual void ShowSearchButton(bool show);
};
+