diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-14 19:14:57 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-14 19:14:57 +0000 |
commit | 6d2ce70689fd2f08c6565f092f582ff8cc7bdcc3 (patch) | |
tree | 51c8c1839565cc5db7fef0e4ff63075e03a0bf6f /tests/prop-editor.h | |
parent | 0466a7afce6170cbef75c32e433f14937e774ee8 (diff) | |
download | gtk+-6d2ce70689fd2f08c6565f092f582ff8cc7bdcc3.tar.gz |
Block against redundant changes.
Mon May 14 14:56:21 2001 Owen Taylor <otaylor@redhat.com>
* tests/prop-editor.c: Block against redundant changes.
* gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
properties.
Diffstat (limited to 'tests/prop-editor.h')
-rw-r--r-- | tests/prop-editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/prop-editor.h b/tests/prop-editor.h index e9d4411394..a39537d82b 100644 --- a/tests/prop-editor.h +++ b/tests/prop-editor.h @@ -23,7 +23,8 @@ G_BEGIN_DECLS -GtkWidget *create_prop_editor (GObject *object); +GtkWidget *create_prop_editor (GObject *object, + GType type); G_END_DECLS |