8 skipped lines |
9 | | 9 | | // Author: Robin Dunn |
|
|
11 | | 11 | | // Created: 13-Jan-2000 |
|
12 | | // RCS-ID: $Id: ScintillaWX.h,v 1.27 2005/03/30 18:39:53 RD Exp $ | | 12 | | // RCS-ID: $Id: ScintillaWX.h,v 1.27.2.1 2006/03/12 06:03:52 RD Exp $ |
13 | | 13 | | // Copyright: (c) 2000 by Total Control Software |
|
14 | | 14 | | // Licence: wxWindows license |
|
15 | | 15 | | ///////////////////////////////////////////////////////////////////////////// |
|
126 skipped lines |
142 | | 142 | | int DoKeyDown(const wxKeyEvent& event, bool* consumed); |
|
143 | | 143 | | void DoTick() { Tick(); } |
|
144 | | 144 | | void DoOnIdle(wxIdleEvent& evt); |
|
| | 145 | | void DoStartDrag(); |
|
146 | | 147 | | #if wxUSE_DRAG_AND_DROP |
|
147 | | 148 | | bool DoDropText(long x, long y, const wxString& data); |
|
25 skipped lines |
173 | | 174 | | #if wxUSE_DRAG_AND_DROP |
|
174 | | 175 | | wxSTCDropTarget* dropTarget; |
|
175 | | 176 | | wxDragResult dragResult; |
|
| | 177 | | wxTimer* startDragTimer; |
|
| | 179 | | |
177 | | 180 | | int wheelRotation; |
|
|
179 | | 182 | | // For use in creating a system caret |
|
5 skipped lines |
185 | | 188 | | int sysCaretWidth; |
|
186 | | 189 | | int sysCaretHeight; |
|
|
188 | | | | 191 | | |
189 | | 192 | | friend class wxSTCCallTip; |
|
|
|
3 skipped lines |