aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-12-20 11:11:27 +0000
committernyamatongwe <devnull@localhost>2002-12-20 11:11:27 +0000
commit4c45b523f6252001fc88af9119a69bab6420e764 (patch)
tree288e5c6263949805cd420d91c82f0c286dff9a52 /src/Editor.h
parent4f4bd9353c5cf38bc54cf511a9df2da3d55e113b (diff)
downloadscintilla-mirror-4c45b523f6252001fc88af9119a69bab6420e764.tar.gz
Added moveThumb argument to ScrollTo to allow smoother manipulation of
thumb on GTK+
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index d4cbe50ff..6d9287705 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -327,7 +327,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
int MovePositionSoVisible(int pos, int moveDir);
void SetLastXChosen();
- void ScrollTo(int line);
+ void ScrollTo(int line, bool moveThumb=true);
virtual void ScrollText(int linesToMove);
void HorizontalScrollTo(int xPos);
void MoveCaretInsideView(bool ensureVisible=true);