MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / crop_changed_cb

Function crop_changed_cb

gtk/src/callbacks.c:3571–3583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3569}
3570
3571G_MODULE_EXPORT void
3572crop_changed_cb (GtkWidget *widget, gpointer data)
3573{
3574 ghb_log_func();
3575 signal_user_data_t *ud = ghb_ud();
3576
3577 ghb_widget_to_setting(ud->settings, widget);
3578 ghb_clear_presets_selection(ud);
3579 if (gtk_widget_is_sensitive(widget))
3580 ghb_set_scale(ud, 0);
3581 update_preview = TRUE;
3582 ghb_live_reset(ud);
3583}
3584
3585G_MODULE_EXPORT void
3586pad_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 5

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_set_scaleFunction · 0.85
ghb_live_resetFunction · 0.85

Tested by

no test coverage detected