projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
safety check
[wxWidgets.git]
/
src
/
univ
/
inphand.cpp
diff --git
a/src/univ/inphand.cpp
b/src/univ/inphand.cpp
index 0e8949d2ded70bba77ebbae036079f528f41a17b..995b245870af749b69553cf74149e9d766e4d52c 100644
(file)
--- a/
src/univ/inphand.cpp
+++ b/
src/univ/inphand.cpp
@@
-5,7
+5,7
@@
// Modified by:
// Created: 18.08.00
// RCS-ID: $Id$
// Modified by:
// Created: 18.08.00
// RCS-ID: $Id$
-// Copyright: (c) 2000
Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright: (c) 2000
SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////////
@@
-41,19
+41,19
@@
// wxInputHandler
// ----------------------------------------------------------------------------
// wxInputHandler
// ----------------------------------------------------------------------------
-bool wxInputHandler::HandleMouseMove(wx
Control * WXUNUSED(control
),
+bool wxInputHandler::HandleMouseMove(wx
InputConsumer * WXUNUSED(consumer
),
const wxMouseEvent& WXUNUSED(event))
{
return FALSE;
}
const wxMouseEvent& WXUNUSED(event))
{
return FALSE;
}
-bool wxInputHandler::HandleFocus(wx
Control *WXUNUSED(control
),
+bool wxInputHandler::HandleFocus(wx
InputConsumer *WXUNUSED(consumer
),
const wxFocusEvent& WXUNUSED(event))
{
return FALSE;
}
const wxFocusEvent& WXUNUSED(event))
{
return FALSE;
}
-bool wxInputHandler::HandleActivation(wx
Control *WXUNUSED(control
),
+bool wxInputHandler::HandleActivation(wx
InputConsumer *WXUNUSED(consumer
),
bool WXUNUSED(activated))
{
return FALSE;
bool WXUNUSED(activated))
{
return FALSE;