Handle quoting of / with \; properly handle __ in paths, quote " and \n in
Mon Mar 19 15:53:36 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly handle __ in paths, quote " and \n in gtk_item_factory_dump_items(). * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch] gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch] gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c: Change float to double everywhere with the exception of 0<->1.0 alignment and GtkCurve.
This commit is contained in:
@ -6960,7 +6960,7 @@ static void
|
||||
move_horizontal (GtkCList *clist,
|
||||
gint diff)
|
||||
{
|
||||
gfloat value;
|
||||
gdouble value;
|
||||
|
||||
if (!clist->hadjustment)
|
||||
return;
|
||||
@ -6975,7 +6975,7 @@ move_vertical (GtkCList *clist,
|
||||
gint row,
|
||||
gfloat align)
|
||||
{
|
||||
gfloat value;
|
||||
gdouble value;
|
||||
|
||||
if (!clist->vadjustment)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user