diff options
author | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-08 20:18:38 +0300 |
---|---|---|
committer | b0ric <b0risov.alexandr@rambler.ru> | 2009-08-08 20:18:38 +0300 |
commit | 343357ed1e7907cf4b488058053df280ae63c7bb (patch) | |
tree | 201915ed25612180af3745131be66ce19edf1a0b /callbacks.h | |
parent | 88db5cdceabf042f5e5d5695bf984900f8396225 (diff) |
Now words are shown in alphabetical order
Diffstat (limited to 'callbacks.h')
-rw-r--r-- | callbacks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/callbacks.h b/callbacks.h index 03c90a4..d28a756 100644 --- a/callbacks.h +++ b/callbacks.h @@ -22,6 +22,7 @@ gint main_window_close(GtkWidget *, GdkEvent *, gpointer); void main_window_destroy(GtkWidget *, gpointer); void open_btn_click(GtkWidget *, gpointer); +void dict_btn_click(GtkWidget *, gpointer); void show_about(GtkWidget *widget, gpointer data); void quit_btn_click(GtkWidget *, gpointer); void on_find_text_change(GtkWidget *, gpointer); |