mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
set the correct min/max values for the ratio property (fixes #75331)
2002-03-18 jacob berkman <jacob@ximian.com> * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the correct min/max values for the ratio property (fixes #75331)
This commit is contained in:
parent
ac7e3c9584
commit
226b6a3e35
@ -1,3 +1,8 @@
|
||||
2002-03-18 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
|
||||
correct min/max values for the ratio property (fixes #75331)
|
||||
|
||||
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-03-18 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
|
||||
correct min/max values for the ratio property (fixes #75331)
|
||||
|
||||
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-03-18 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
|
||||
correct min/max values for the ratio property (fixes #75331)
|
||||
|
||||
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-03-18 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
|
||||
correct min/max values for the ratio property (fixes #75331)
|
||||
|
||||
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-03-18 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
|
||||
correct min/max values for the ratio property (fixes #75331)
|
||||
|
||||
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-03-18 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
|
||||
correct min/max values for the ratio property (fixes #75331)
|
||||
|
||||
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
|
||||
|
@ -120,7 +120,7 @@ gtk_aspect_frame_class_init (GtkAspectFrameClass *class)
|
||||
g_param_spec_float ("ratio",
|
||||
_("Ratio"),
|
||||
_("Aspect ratio if obey_child is FALSE"),
|
||||
0.0, 1.0, 0.5,
|
||||
MIN_RATIO, MAX_RATIO, 0.5,
|
||||
G_PARAM_READABLE | G_PARAM_WRITABLE ));
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_OBEY_CHILD,
|
||||
|
Loading…
Reference in New Issue
Block a user