Home
last modified time | relevance | path

Searched refs:disable_tooltips (Results 1 – 12 of 12) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Ddebug.c516 if(!GLOBALS->disable_tooltips) in gtk_tooltips_set_tip_2()
525 if(!GLOBALS->disable_tooltips) in gtk_tooltips_set_delay_2()
534 if(!GLOBALS->disable_tooltips) in gtk_tooltips_new_2()
H A Dglobals.h226 char disable_tooltips; /* from debug.c 80 */ member
H A Drc.c191 GLOBALS->disable_tooltips=atoi_64(str)?1:0; in f_disable_tooltips()
H A Dglobals.c1878 new_globals->disable_tooltips = GLOBALS->disable_tooltips; in reload_into_new_context_2()
H A Dmain.c627 GLOBALS->disable_tooltips = old_g->disable_tooltips; in main_2()
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/plugins/launcher/
H A Dlauncher.c206 guint disable_tooltips : 1; member
335 plugin->disable_tooltips = FALSE; in launcher_plugin_init()
470 g_value_set_boolean (value, plugin->disable_tooltips); in launcher_plugin_get_property()
879 plugin->disable_tooltips = g_value_get_boolean (value); in launcher_plugin_set_property()
880 gtk_widget_set_has_tooltip (plugin->button, !plugin->disable_tooltips); in launcher_plugin_set_property()
1664 if (!plugin->disable_tooltips) in launcher_plugin_menu_construct()
2035 panel_return_val_if_fail (!plugin->disable_tooltips, FALSE); in launcher_plugin_button_query_tooltip()
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/gtkmm2ext/
H A Dutils.h173 LIBGTKMM2EXT_API void disable_tooltips ();
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui_options.cc411 Gtkmm2ext::disable_tooltips (); in parameter_changed()
/dports/graphics/pdfpc/pdfpc-4.5.0/src/classes/window/
H A Dpresenter.vala238 if (!Options.disable_tooltips) {
255 if (!Options.disable_tooltips) {
281 if (!Options.disable_tooltips) {
/dports/graphics/pdfpc/pdfpc-4.5.0/src/classes/
H A Dconfig_file_reader.vala258 Options.disable_tooltips = bool.parse(fields[2]);
H A Doptions.vala134 public static bool disable_tooltips = false;
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Dutils.cc1020 Gtkmm2ext::disable_tooltips () in disable_tooltips() function in Gtkmm2ext