added $Id$ to the header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5b43c75c1d
commit
8bc333d76d
@ -2,9 +2,8 @@
|
|||||||
// Name: wx/generic/srchctlg.h
|
// Name: wx/generic/srchctlg.h
|
||||||
// Purpose: generic wxSearchCtrl class
|
// Purpose: generic wxSearchCtrl class
|
||||||
// Author: Vince Harron
|
// Author: Vince Harron
|
||||||
// Modified by:
|
|
||||||
// Created: 2006-02-19
|
// Created: 2006-02-19
|
||||||
// RCS-ID:
|
// RCS-ID: $Id$
|
||||||
// Copyright: Vince Harron
|
// Copyright: Vince Harron
|
||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
@ -38,7 +37,7 @@ public:
|
|||||||
const wxValidator& validator = wxDefaultValidator,
|
const wxValidator& validator = wxDefaultValidator,
|
||||||
const wxString& name = wxSearchCtrlNameStr);
|
const wxString& name = wxSearchCtrlNameStr);
|
||||||
|
|
||||||
~wxSearchCtrl();
|
virtual ~wxSearchCtrl();
|
||||||
|
|
||||||
bool Create(wxWindow *parent, wxWindowID id,
|
bool Create(wxWindow *parent, wxWindowID id,
|
||||||
const wxString& value = wxEmptyString,
|
const wxString& value = wxEmptyString,
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
// Name: wx/mac/carbon/srchctrl.h
|
// Name: wx/mac/carbon/srchctrl.h
|
||||||
// Purpose: mac carbon wxSearchCtrl class
|
// Purpose: mac carbon wxSearchCtrl class
|
||||||
// Author: Vince Harron
|
// Author: Vince Harron
|
||||||
// Modified by:
|
|
||||||
// Created: 2006-02-19
|
// Created: 2006-02-19
|
||||||
// RCS-ID:
|
// RCS-ID: $Id$
|
||||||
// Copyright: Vince Harron
|
// Copyright: Vince Harron
|
||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
@ -31,7 +30,7 @@ public:
|
|||||||
const wxValidator& validator = wxDefaultValidator,
|
const wxValidator& validator = wxDefaultValidator,
|
||||||
const wxString& name = wxSearchCtrlNameStr);
|
const wxString& name = wxSearchCtrlNameStr);
|
||||||
|
|
||||||
~wxSearchCtrl();
|
virtual ~wxSearchCtrl();
|
||||||
|
|
||||||
bool Create(wxWindow *parent, wxWindowID id,
|
bool Create(wxWindow *parent, wxWindowID id,
|
||||||
const wxString& value = wxEmptyString,
|
const wxString& value = wxEmptyString,
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
// Name: srchctrl.h
|
// Name: srchctrl.h
|
||||||
// Purpose: wxSearchCtrlBase class
|
// Purpose: wxSearchCtrlBase class
|
||||||
// Author: Vince Harron
|
// Author: Vince Harron
|
||||||
// Modified by:
|
|
||||||
// Created: 2006-02-18
|
// Created: 2006-02-18
|
||||||
// RCS-ID:
|
// RCS-ID: $Id$
|
||||||
// Copyright: (c) Vince Harron
|
// Copyright: (c) Vince Harron
|
||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
// Name: src/generic/srchctlg.cpp
|
// Name: src/generic/srchctlg.cpp
|
||||||
// Purpose: implements wxSearchCtrl as a composite control
|
// Purpose: implements wxSearchCtrl as a composite control
|
||||||
// Author: Vince Harron
|
// Author: Vince Harron
|
||||||
// Modified by:
|
|
||||||
// Created: 2006-02-19
|
// Created: 2006-02-19
|
||||||
// RCS-ID:
|
// RCS-ID: $Id$
|
||||||
// Copyright: Vince Harron
|
// Copyright: Vince Harron
|
||||||
// License: wxWindows licence
|
// License: wxWindows licence
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
// Name: src/mac/carbon/srchctrl.cpp
|
// Name: src/mac/carbon/srchctrl.cpp
|
||||||
// Purpose: implements mac carbon wxSearchCtrl
|
// Purpose: implements mac carbon wxSearchCtrl
|
||||||
// Author: Vince Harron
|
// Author: Vince Harron
|
||||||
// Modified by:
|
|
||||||
// Created: 2006-02-19
|
// Created: 2006-02-19
|
||||||
// RCS-ID:
|
// RCS-ID: $Id$
|
||||||
// Copyright: Vince Harron
|
// Copyright: Vince Harron
|
||||||
// License: wxWindows licence
|
// License: wxWindows licence
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user