diff options
author | nyamatongwe <devnull@localhost> | 2001-03-31 07:49:10 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-03-31 07:49:10 +0000 |
commit | aaa0ce622acd6e0f64af94453e05aa508fa1eb3d (patch) | |
tree | d0f50e25a64b1b75f93933bac7c9b553090da217 /include/Scintilla.h | |
parent | 36f7897d0032f5c8a77e80d7848de8e5141afd24 (diff) | |
download | scintilla-mirror-aaa0ce622acd6e0f64af94453e05aa508fa1eb3d.tar.gz |
Support for URI drag and drop on GTK+.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 470911397..da708d16b 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -455,6 +455,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCN_POSCHANGED 2012 #define SCN_PAINTED 2013 #define SCN_USERLISTSELECTION 2014 +#define SCN_URISDROPPED 2015 //--Autogenerated -- end of section automatically generated from Scintilla.iface // Optional module for macro recording |