"Other than the value field"
Signal Details
The “changed” signal
void
user_function (GtkAdjustment *adjustment,
gpointer user_data)
Emitted when one or more of the GtkAdjustment fields have been changed,
other than the value field.
You might want to try using
https://develo
I have a GtkWidget *A that contains another GtkWidget *B. The web
content of B changes from B_1 to B_2 when the user clicks a link inside
of it. When I click the "Back" button in B_2, I want it to return to B_1
at the last known scroll position. This is the code that I thought would
do it--by r