X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Finput.h;h=fcba5a088e56775453dd264f1f7bed0e1c15c24e;hb=8dec73c013626b82d5a02dd312c88ee071edbdbd;hp=bf98dc3c7fe8f098b660f3b6c48787a49c3c5636;hpb=64d6d61f49c8400e61c3db0b3e31705776d63232;p=rodin%2Fchimara.git diff --git a/libchimara/input.h b/libchimara/input.h index bf98dc3..fcba5a0 100644 --- a/libchimara/input.h +++ b/libchimara/input.h @@ -14,6 +14,8 @@ G_GNUC_INTERNAL gboolean on_char_input_key_press_event(GtkWidget *widget, GdkEve G_GNUC_INTERNAL gboolean on_line_input_key_press_event(GtkWidget *widget, GdkEventKey *event, winid_t win); G_GNUC_INTERNAL void after_window_insert_text(GtkTextBuffer *textbuffer, GtkTextIter *location, gchar *text, gint len, winid_t win); G_GNUC_INTERNAL void on_input_entry_activate(GtkEntry *input_entry, winid_t win); +G_GNUC_INTERNAL gboolean on_input_entry_key_press_event(GtkEntry *input_entry, GdkEventKey *event, winid_t win); +G_GNUC_INTERNAL void on_input_entry_changed(GtkEditable *editable, winid_t win); G_GNUC_INTERNAL glui32 keyval_to_glk_keycode(guint keyval, gboolean unicode); G_GNUC_INTERNAL void force_char_input_from_queue(winid_t win, event_t *event); G_GNUC_INTERNAL void force_line_input_from_queue(winid_t win, event_t *event);