From 8ea898e863c8c62fc0230d1c76d58bc477a16d14 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 14 Feb 2009 15:14:37 -0500 Subject: Added textadept.context_menu field for a custom popup context menu. --- src/textadept.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/textadept.h') 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); -- cgit v1.2.3