diff options
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 1 |
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); |