diff options
| author | nyamatongwe <unknown> | 2000-12-21 01:39:34 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-12-21 01:39:34 +0000 |
| commit | 9cb4cca29f5535ea07f0582dad57186bae6ec474 (patch) | |
| tree | 95eb8d74c91cf022023e8f0f027822fd726c0ca0 /include/Scintilla.iface | |
| parent | 9e91e969b5b32bbc4bfbb4b72b33514670b6439d (diff) | |
| download | scintilla-mirror-9cb4cca29f5535ea07f0582dad57186bae6ec474.tar.gz | |
Patch from James for SetVisiblePolicy.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f5ea2f965..d1107388f 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1030,6 +1030,13 @@ fun void WordPartRight=2392(,) # Move to the next change in capitalistion extending selection to new caret position. fun void WordPartRightExtend=2393(,) +# Constants for use with SetVisiblePolicy +val VISIBLE_SLOP=0x01 +#val VISIBLE_CENTER=0x02 +val VISIBLE_STRICT=0x04 +# Set the way the display area is determined when a particular line is to be moved to. +fun void SetVisiblePolicy=2394(int visiblePolicy, int visibleSlop) + # Set the focus to this Scintilla widget. # GTK+ Specific fun void GrabFocus=2400(,) |
