From 5648143522b5b75c1c4708ba2d54219fbc0c3d22 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 18 Mar 2000 04:01:39 +0000 Subject: Can turn off context (wrong mouse button) menu with SCI_USEPOPUP. Most signals return FALSE on GTK+. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 46fc52d94..16bcd4b22 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -116,6 +116,8 @@ protected: // ScintillaBase subclass needs access to much of Editor int searchAnchor; + int displayPopupMenu; + #ifdef MACRO_SUPPORT int recordingMacro; #endif -- cgit v1.2.3