diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1997-12-18 02:17:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1997-12-18 02:17:14 +0000 |
commit | d5d01a5af9aaa11762d7ba86760796df00af3786 (patch) | |
tree | c12bb7c7980b3177456cab8987755a976297b205 /gtk/gtkinputdialog.h | |
parent | 65e63db01e93820093c2eb5169d5f8c0be3fe4e5 (diff) | |
download | gdk-pixbuf-d5d01a5af9aaa11762d7ba86760796df00af3786.tar.gz |
It's all in the changelog. Well, almost all.
-owt
Diffstat (limited to 'gtk/gtkinputdialog.h')
-rw-r--r-- | gtk/gtkinputdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkinputdialog.h b/gtk/gtkinputdialog.h index 93c667f44..80a900090 100644 --- a/gtk/gtkinputdialog.h +++ b/gtk/gtkinputdialog.h @@ -49,6 +49,9 @@ struct _GtkInputDialog GtkWidget *axis_items[GDK_AXIS_LAST]; guint32 current_device; + + GtkWidget *keys_list; + GtkWidget *keys_listbox; }; struct _GtkInputDialogClass |