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

Function ghb_hbfd

gtk/src/callbacks.c:5149–5170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5147}
5148
5149void
5150ghb_hbfd(signal_user_data_t *ud, gboolean hbfd)
5151{
5152 GtkWidget *widget;
5153 ghb_log_func();
5154 widget = ghb_builder_widget("queue_pause");
5155 gtk_widget_set_visible(widget, !hbfd);
5156 widget = ghb_builder_widget("queue_add_split_button");
5157 gtk_widget_set_visible(widget, !hbfd);
5158 widget = ghb_builder_widget("show_queue");
5159 gtk_widget_set_visible(widget, !hbfd);
5160 widget = ghb_builder_widget("show_activity");
5161 gtk_widget_set_visible(widget, !hbfd);
5162
5163 widget = ghb_builder_widget("SettingsStackSwitcher");
5164 gtk_widget_set_visible(widget, !hbfd);
5165 widget = ghb_builder_widget("SettingsStack");
5166 gtk_widget_set_visible(widget, !hbfd);
5167 widget = ghb_builder_widget("hb_window");
5168 gtk_window_set_default_size(GTK_WINDOW(widget), 16, 16);
5169
5170}
5171
5172G_MODULE_EXPORT void
5173hbfd_action_cb(GSimpleAction *action, GVariant *value, signal_user_data_t *ud)

Callers 1

hbfd_action_cbFunction · 0.85

Calls 1

ghb_builder_widgetFunction · 0.85

Tested by

no test coverage detected