Sets the adjustment child to adjustment. This allows you to change the range of values that scale or scroll operates on without recreating the scale or scroll. For instance, if the user narrows the range of acceptable values from 0-100 down to 20-30, all you have to do is replace the GtkAdjustment.
See also: get_adjustment()