diff options
author | nyamatongwe <devnull@localhost> | 2012-07-24 15:29:48 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-07-24 15:29:48 +1000 |
commit | 6728875a9748d11ca2fb92ad36a2e640b03aed38 (patch) | |
tree | 2a8bc6dbfd6213e0f292744e1cc52675ef4303fe /src/CallTip.h | |
parent | 28a6b6543584a15ce128408ed523b88c8b588394 (diff) | |
download | scintilla-mirror-6728875a9748d11ca2fb92ad36a2e640b03aed38.tar.gz |
Add ncurses platform. Rest of the implementation is an external project.
From Mitchell Foral.
Diffstat (limited to 'src/CallTip.h')
-rw-r--r-- | src/CallTip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CallTip.h b/src/CallTip.h index 657e0caa1..fdc4db86f 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -50,6 +50,11 @@ public: int codePage; int clickPlace; + int insetX; // text inset in x from calltip border + int widthArrow; + int borderHeight; + int verticalOffset; // pixel offset up or down of the calltip with respect to the line + CallTip(); ~CallTip(); |