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