diff options
author | Tim Janik <timj@gtk.org> | 2001-11-21 23:49:17 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-11-21 23:49:17 +0000 |
commit | 656ff6e8faaaaaf7de62f29908ddcb6eac1847ba (patch) | |
tree | 5df298cd322dc1d42a2a468ca6bb12b6fc7209f0 /tests/prop-editor.c | |
parent | aa1a46e26b1b22ac3fadf1a84b9f62410dee0710 (diff) | |
download | gtk+-656ff6e8faaaaaf7de62f29908ddcb6eac1847ba.tar.gz |
raise event window afte children, in order for the input pnly window to
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
children, in order for the input pnly window to stay *above*
children.
Wed Nov 21 22:44:27 2001 Tim Janik <timj@gtk.org>
* tests/testtreeview.c: make hackery worse ;) by checking fundamental
type walks againts G_TYPE_FUNDAMENTAL_MAX.
* tests/prop-editor.c: disable type hackery.
Diffstat (limited to 'tests/prop-editor.c')
-rw-r--r-- | tests/prop-editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/prop-editor.c b/tests/prop-editor.c index 6967b9328e..3617335e92 100644 --- a/tests/prop-editor.c +++ b/tests/prop-editor.c @@ -457,6 +457,7 @@ property_widget (GObject *object, GParamSpec *spec, gboolean can_modify) GtkAdjustment *adj; gchar *msg; +#if 0 switch (G_PARAM_SPEC_TYPE (spec)) { case G_TYPE_PARAM_INT: @@ -641,6 +642,7 @@ property_widget (GObject *object, GParamSpec *spec, gboolean can_modify) g_free (msg); gtk_misc_set_alignment (GTK_MISC (prop_edit), 0.0, 0.5); } +#endif return prop_edit; } |