| 3510 | } |
| 3511 | |
| 3512 | G_MODULE_EXPORT void |
| 3513 | end_point_changed_cb (GtkWidget *widget, gpointer data) |
| 3514 | { |
| 3515 | double new_val = 0.0; |
| 3516 | |
| 3517 | ptop_read_value_cb(widget, &new_val, data); |
| 3518 | ptop_update_bg(PTOP_END, new_val, data); |
| 3519 | } |
| 3520 | |
| 3521 | /* |
| 3522 | * Refreshes the UI by updating the underlying GtkAdjustments with |
nothing calls this directly
no test coverage detected