aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.h
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 15:14:37 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 15:14:37 -0500
commit8ea898e863c8c62fc0230d1c76d58bc477a16d14 (patch)
tree3ef140fd116b037041a77ad69b1da45dde38d4d3 /src/textadept.h
parent95aca18efb8ace6d241070f52e3b092396d90aad (diff)
Added textadept.context_menu field for a custom popup context menu.
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textadept.h b/src/textadept.h
index 303c3ddf..f017ad82 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -88,6 +88,7 @@ bool l_handle_event(const char *e, const char *arg=NULL);
bool l_handle_keypress(int keyval, bool shift, bool control, bool alt);
void l_handle_scnnotification(SCNotification *n);
void l_ta_command(const char *command);
+void l_ta_popup_context_menu(GdkEventButton *event);
bool l_cec_get_completions_for(const char *entry_text);
void l_cec_populate(GtkListStore *store);