X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f50491352a4338859cd7361ce483093e80c3679c..94734b4e51431d4d4d5bccaf011b28e82515091e:/include/wx/osx/carbon/private/mactext.h diff --git a/include/wx/osx/carbon/private/mactext.h b/include/wx/osx/carbon/private/mactext.h index e401f2b652..f808348009 100644 --- a/include/wx/osx/carbon/private/mactext.h +++ b/include/wx/osx/carbon/private/mactext.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: mactext.h +// Name: wx/osx/carbon/private/mactext.h // Purpose: private wxMacTextControl base class // Author: Stefan Csomor // Modified by: // Created: 03/02/99 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -14,7 +14,7 @@ #include "wx/osx/private.h" -// implementation exposed, so that search control can pull it +// implementation exposed, so that search control can pull it class wxMacUnicodeTextControl : public wxMacControl, public wxTextWidgetImpl { @@ -45,6 +45,7 @@ protected : // contains the tag for the content (is different for password and non-password controls) OSType m_valueTag ; + WXEVENTHANDLERREF m_macTextCtrlEventHandler ; public : ControlEditTextSelectionRec m_selection ; };