1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-02-19 20:21:53 -05:00
hexchat/src/fe-gtk/fkeys.h

6 lines
231 B
C
Raw Normal View History

2011-02-24 04:14:30 +01:00
void key_init (void);
void key_dialog_show (void);
int key_handle_key_press (GtkWidget * wid, GdkEventKey * evt, session *sess);
int key_action_insert (GtkWidget * wid, GdkEventKey * evt, char *d1, char *d2,
session *sess);