Home
last modified time | relevance | path

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

/dports/graphics/darktable/darktable-3.6.1/src/libs/tools/
H A Dglobal_toolbox.c42 …t *over_label, *over_r0, *over_r1, *over_r2, *over_r3, *over_r4, *over_r5, *over_r6, *over_timeout, member
113 gtk_widget_set_sensitive(d->over_timeout, (over == DT_THUMBNAIL_OVERLAYS_HOVER_BLOCK)); in _overlays_toggle_button()
169 if(w == d->over_timeout) in _overlays_timeout_changed()
230 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d->over_timeout), in _overlays_show_popup()
232 gtk_widget_set_sensitive(d->over_timeout, FALSE); in _overlays_show_popup()
247 gtk_widget_set_sensitive(d->over_timeout, TRUE); in _overlays_show_popup()
254 gtk_widget_set_tooltip_text(d->over_timeout, in _overlays_show_popup()
260 gtk_widget_set_tooltip_text(d->over_timeout, _("timeout only available for block overlay")); in _overlays_show_popup()
442 d->over_timeout = gtk_spin_button_new_with_range(-1, 99, 1); in gui_init()
443 …g_signal_connect(G_OBJECT(d->over_timeout), "value-changed", G_CALLBACK(_overlays_timeout_changed)… in gui_init()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dglobal_toolbox.c42 …t *over_label, *over_r0, *over_r1, *over_r2, *over_r3, *over_r4, *over_r5, *over_r6, *over_timeout, member
116 gtk_widget_set_sensitive(d->over_timeout, (over == DT_THUMBNAIL_OVERLAYS_HOVER_BLOCK)); in _overlays_toggle_button()
172 if(w == d->over_timeout) in _overlays_timeout_changed()
233 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d->over_timeout), in _overlays_show_popup()
235 gtk_widget_set_sensitive(d->over_timeout, FALSE); in _overlays_show_popup()
250 gtk_widget_set_sensitive(d->over_timeout, TRUE); in _overlays_show_popup()
257 gtk_widget_set_tooltip_text(d->over_timeout, in _overlays_show_popup()
263 gtk_widget_set_tooltip_text(d->over_timeout, _("timeout only available for block overlay")); in _overlays_show_popup()
461 d->over_timeout = gtk_spin_button_new_with_range(-1, 99, 1); in gui_init()
462 …g_signal_connect(G_OBJECT(d->over_timeout), "value-changed", G_CALLBACK(_overlays_timeout_changed)… in gui_init()
[all …]