hmmmm, corrections?
This commit is contained in:
@ -1,8 +1,7 @@
|
|||||||
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
||||||
to set the adjustments value without causing a current emission of
|
to set the adjustments value when there is no current emissioin.
|
||||||
"value_changed" to be restarted.
|
|
||||||
|
|
||||||
* gtk/gtksignal.c: added new functions to retrive the number of
|
* gtk/gtksignal.c: added new functions to retrive the number of
|
||||||
existing emissions for a certain signal.
|
existing emissions for a certain signal.
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
||||||
to set the adjustments value without causing a current emission of
|
to set the adjustments value when there is no current emissioin.
|
||||||
"value_changed" to be restarted.
|
|
||||||
|
|
||||||
* gtk/gtksignal.c: added new functions to retrive the number of
|
* gtk/gtksignal.c: added new functions to retrive the number of
|
||||||
existing emissions for a certain signal.
|
existing emissions for a certain signal.
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
||||||
to set the adjustments value without causing a current emission of
|
to set the adjustments value when there is no current emissioin.
|
||||||
"value_changed" to be restarted.
|
|
||||||
|
|
||||||
* gtk/gtksignal.c: added new functions to retrive the number of
|
* gtk/gtksignal.c: added new functions to retrive the number of
|
||||||
existing emissions for a certain signal.
|
existing emissions for a certain signal.
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
||||||
to set the adjustments value without causing a current emission of
|
to set the adjustments value when there is no current emissioin.
|
||||||
"value_changed" to be restarted.
|
|
||||||
|
|
||||||
* gtk/gtksignal.c: added new functions to retrive the number of
|
* gtk/gtksignal.c: added new functions to retrive the number of
|
||||||
existing emissions for a certain signal.
|
existing emissions for a certain signal.
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
||||||
to set the adjustments value without causing a current emission of
|
to set the adjustments value when there is no current emissioin.
|
||||||
"value_changed" to be restarted.
|
|
||||||
|
|
||||||
* gtk/gtksignal.c: added new functions to retrive the number of
|
* gtk/gtksignal.c: added new functions to retrive the number of
|
||||||
existing emissions for a certain signal.
|
existing emissions for a certain signal.
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
||||||
to set the adjustments value without causing a current emission of
|
to set the adjustments value when there is no current emissioin.
|
||||||
"value_changed" to be restarted.
|
|
||||||
|
|
||||||
* gtk/gtksignal.c: added new functions to retrive the number of
|
* gtk/gtksignal.c: added new functions to retrive the number of
|
||||||
existing emissions for a certain signal.
|
existing emissions for a certain signal.
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
Sun May 3 19:45:09 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
* gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
|
||||||
to set the adjustments value without causing a current emission of
|
to set the adjustments value when there is no current emissioin.
|
||||||
"value_changed" to be restarted.
|
|
||||||
|
|
||||||
* gtk/gtksignal.c: added new functions to retrive the number of
|
* gtk/gtksignal.c: added new functions to retrive the number of
|
||||||
existing emissions for a certain signal.
|
existing emissions for a certain signal.
|
||||||
|
@ -144,9 +144,7 @@ gtk_adjustment_assimilate_value (GtkAdjustment *adjustment,
|
|||||||
g_return_if_fail (GTK_IS_ADJUSTMENT (adjustment));
|
g_return_if_fail (GTK_IS_ADJUSTMENT (adjustment));
|
||||||
|
|
||||||
if (gtk_signal_n_emissions (GTK_OBJECT (adjustment),
|
if (gtk_signal_n_emissions (GTK_OBJECT (adjustment),
|
||||||
adjustment_signals[VALUE_CHANGED]))
|
adjustment_signals[VALUE_CHANGED]) == 0)
|
||||||
adjustment->value = CLAMP (value, adjustment->lower, adjustment->upper);
|
|
||||||
else
|
|
||||||
gtk_adjustment_set_value (adjustment, value);
|
gtk_adjustment_set_value (adjustment, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user