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

Function scale_changed_cb

gtk/src/callbacks.c:3645–3657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3643}
3644
3645G_MODULE_EXPORT void
3646scale_changed_cb (GtkWidget *widget, gpointer data)
3647{
3648 ghb_log_func();
3649 signal_user_data_t *ud = ghb_ud();
3650
3651 ghb_widget_to_setting(ud->settings, widget);
3652 ghb_clear_presets_selection(ud);
3653 ghb_live_reset(ud);
3654 if (gtk_widget_is_sensitive(widget))
3655 ghb_set_scale(ud, 0);
3656 update_preview = TRUE;
3657}
3658
3659G_MODULE_EXPORT void
3660rotate_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected