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

Function set_preview_image_static

gtk/src/preview.c:561–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561static void
562set_preview_image_static (signal_user_data_t *ud, GdkPixbuf * pix)
563{
564 if (pix && !live_preview_is_ready())
565 {
566 GtkWidget *widget = ghb_builder_widget("summary_preview_image");
567 gtk_picture_set_pixbuf(GTK_PICTURE(widget), pix);
568 widget = ghb_builder_widget("preview_image");
569 gtk_picture_set_pixbuf(GTK_PICTURE(widget), pix);
570 }
571}
572
573G_MODULE_EXPORT void
574preview_last_cb (GtkButton *button, GtkScale *preview_frame)

Callers 2

ghb_set_preview_imageFunction · 0.85
ghb_reset_preview_imageFunction · 0.85

Calls 2

live_preview_is_readyFunction · 0.85
ghb_builder_widgetFunction · 0.85

Tested by

no test coverage detected