diff options
author | portix <portix@gmx.net> | 2011-12-27 23:56:21 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-27 23:56:21 +0100 |
commit | ed9521828f10418f7a1c324903920d660d128245 (patch) | |
tree | 04cd33d70150547bf6af5f9799c6b34f813c13c3 /src/callback.h | |
parent | b39f6f7558caa7993162ef5a53ad7b42416b592a (diff) | |
download | dwb-ed9521828f10418f7a1c324903920d660d128245.zip |
Single status bar
--HG--
branch : experimental
Diffstat (limited to 'src/callback.h')
-rw-r--r-- | src/callback.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/callback.h b/src/callback.h new file mode 100644 index 00000000..2e48d1b9 --- /dev/null +++ b/src/callback.h @@ -0,0 +1,9 @@ +#ifndef CALLBACKS_H +#define CALLBACKS_H + +gboolean callback_entry_key_release(GtkWidget *, GdkEventKey *); +gboolean callback_entry_key_press(GtkWidget *, GdkEventKey *); +gboolean callback_entry_insert_text(GtkWidget *, GdkEventKey *); +void callback_tab_size(GtkWidget *w, GtkAllocation *a); +void callback_entry_size(GtkWidget *w, GtkAllocation *a); +#endif |