Home
last modified time | relevance | path

Searched refs:over_culling_tt (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/libs/tools/
H A Dglobal_toolbox.c45 *over_culling_timeout, *over_culling_tt; member
146 dt_conf_set_bool(txt, gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(d->over_culling_tt))); in _overlays_toggle_culling_button()
327 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(d->over_culling_tt), dt_conf_get_bool(otxt)); in _overlays_show_popup()
479 d->over_culling_tt = gtk_check_button_new_with_label(_("show tooltip")); in gui_init()
480 …g_signal_connect(G_OBJECT(d->over_culling_tt), "toggled", G_CALLBACK(_overlays_toggle_culling_butt… in gui_init()
481 gtk_widget_set_name(d->over_culling_tt, "show-tooltip"); in gui_init()
482 gtk_box_pack_start(GTK_BOX(d->culling_box), d->over_culling_tt, TRUE, TRUE, 0); in gui_init()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dglobal_toolbox.c45 *over_culling_timeout, *over_culling_tt; member
149 dt_conf_set_bool(txt, gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(d->over_culling_tt))); in _overlays_toggle_culling_button()
330 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(d->over_culling_tt), dt_conf_get_bool(otxt)); in _overlays_show_popup()
498 d->over_culling_tt = gtk_check_button_new_with_label(_("show tooltip")); in gui_init()
499 …g_signal_connect(G_OBJECT(d->over_culling_tt), "toggled", G_CALLBACK(_overlays_toggle_culling_butt… in gui_init()
500 gtk_widget_set_name(d->over_culling_tt, "show-tooltip"); in gui_init()
501 gtk_box_pack_start(GTK_BOX(d->culling_box), d->over_culling_tt, TRUE, TRUE, 0); in gui_init()