Home
last modified time | relevance | path

Searched refs:theme_loaded (Results 1 – 16 of 16) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dthemes.c71 bool theme_loaded; in gui_clear_theme() local
74 theme_loaded = load_theme(gui_options.gui_gtk3_default_theme_name); in gui_clear_theme()
77 if (!theme_loaded) { in gui_clear_theme()
78 theme_loaded = load_theme(FC_GTK3_DEFAULT_THEME_NAME); in gui_clear_theme()
79 if (theme_loaded) { in gui_clear_theme()
85 if (!theme_loaded) { in gui_clear_theme()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dthemes.c69 bool theme_loaded; in gui_clear_theme() local
72 theme_loaded = load_theme(GUI_GTK_OPTION(default_theme_name)); in gui_clear_theme()
75 if (!theme_loaded) { in gui_clear_theme()
76 theme_loaded = load_theme(GUI_GTK_DEFAULT_THEME_NAME); in gui_clear_theme()
77 if (theme_loaded) { in gui_clear_theme()
83 if (!theme_loaded) { in gui_clear_theme()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dthemes.c71 bool theme_loaded; in gui_clear_theme() local
74 theme_loaded = load_theme(gui_options.gui_gtk3_default_theme_name); in gui_clear_theme()
77 if (!theme_loaded) { in gui_clear_theme()
78 theme_loaded = load_theme(FC_GTK3_DEFAULT_THEME_NAME); in gui_clear_theme()
79 if (theme_loaded) { in gui_clear_theme()
85 if (!theme_loaded) { in gui_clear_theme()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dthemes.c69 bool theme_loaded; in gui_clear_theme() local
72 theme_loaded = load_theme(GUI_GTK_OPTION(default_theme_name)); in gui_clear_theme()
75 if (!theme_loaded) { in gui_clear_theme()
76 theme_loaded = load_theme(GUI_GTK_DEFAULT_THEME_NAME); in gui_clear_theme()
77 if (theme_loaded) { in gui_clear_theme()
83 if (!theme_loaded) { in gui_clear_theme()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dthemes.c106 bool theme_loaded; in gui_clear_theme() local
109 theme_loaded = load_theme(gui_options.gui_gtk2_default_theme_name); in gui_clear_theme()
112 if (!theme_loaded) { in gui_clear_theme()
113 theme_loaded = load_theme(FC_GTK2_DEFAULT_THEME_NAME); in gui_clear_theme()
114 if (theme_loaded) { in gui_clear_theme()
120 if (!theme_loaded) { in gui_clear_theme()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dthemes.c106 bool theme_loaded; in gui_clear_theme() local
109 theme_loaded = load_theme(gui_options.gui_gtk2_default_theme_name); in gui_clear_theme()
112 if (!theme_loaded) { in gui_clear_theme()
113 theme_loaded = load_theme(FC_GTK2_DEFAULT_THEME_NAME); in gui_clear_theme()
114 if (theme_loaded) { in gui_clear_theme()
120 if (!theme_loaded) { in gui_clear_theme()
/dports/mail/astroid/astroid-0.15/src/modes/thread_view/
H A Dtheme.cc27 std::atomic<bool> Theme::theme_loaded (false);
50 if (reload || !theme_loaded) { in load()
117 theme_loaded = true; in load()
H A Dtheme.hh17 static std::atomic<bool> theme_loaded; member in Astroid::Theme
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplication.h118 void (*theme_loaded)(XfdashboardApplication *self, XfdashboardTheme *inTheme); member
H A Dapplication.c1394 G_STRUCT_OFFSET(XfdashboardApplicationClass, theme_loaded), in xfdashboard_application_class_init()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dscript_text_editor.h100 bool theme_loaded; variable
H A Dscript_text_editor.cpp271 theme_loaded = true; in _load_theme_settings()
278 if (!theme_loaded) in _set_theme_for_script()
1783 theme_loaded = false; in ScriptTextEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dscript_text_editor.h100 bool theme_loaded; variable
H A Dscript_text_editor.cpp271 theme_loaded = true; in _load_theme_settings()
278 if (!theme_loaded) in _set_theme_for_script()
1783 theme_loaded = false; in ScriptTextEditor()
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-theme.c741 theme_loaded (struct theme_load_state *state) in theme_loaded() function
780 theme_loaded (state); in parse_done_cb()
1621 theme_loaded (&state); in theme_load_from_uri()
/dports/devel/goffice/goffice-0.10.50/
H A DChangeLog3110 * goffice/graph/gog-theme.c (theme_loaded): fixed series style.
3203 (elem_start), (color_map_start), (theme_loaded), (parse_done_cb),