removed gtk_range_calc_value().
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org> * gtk/gtkrange.h: removed gtk_range_calc_value().
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkrange.h: removed gtk_range_calc_value().
|
||||||
|
|
||||||
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkrange.h: removed gtk_range_calc_value().
|
||||||
|
|
||||||
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkrange.h: removed gtk_range_calc_value().
|
||||||
|
|
||||||
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkrange.h: removed gtk_range_calc_value().
|
||||||
|
|
||||||
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkrange.h: removed gtk_range_calc_value().
|
||||||
|
|
||||||
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkrange.h: removed gtk_range_calc_value().
|
||||||
|
|
||||||
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 8 13:03:22 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkrange.h: removed gtk_range_calc_value().
|
||||||
|
|
||||||
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
Sun Mar 8 04:22:36 1998 Tim Janik <timj@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
* gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
|
||||||
|
@ -579,13 +579,6 @@ gtk_range_default_vmotion (GtkRange *range,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gfloat
|
|
||||||
gtk_range_calc_value (GtkRange *range,
|
|
||||||
gint position)
|
|
||||||
{
|
|
||||||
return 0.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gtk_range_finalize (GtkObject *object)
|
gtk_range_finalize (GtkObject *object)
|
||||||
|
@ -132,8 +132,6 @@ void gtk_range_default_hmotion (GtkRange *range,
|
|||||||
void gtk_range_default_vmotion (GtkRange *range,
|
void gtk_range_default_vmotion (GtkRange *range,
|
||||||
gint xdelta,
|
gint xdelta,
|
||||||
gint ydelta);
|
gint ydelta);
|
||||||
gfloat gtk_range_calc_value (GtkRange *range,
|
|
||||||
gint position);
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user