Home
last modified time | relevance | path

Searched refs:set_stylebox (Results 1 – 22 of 22) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/scene/resources/default_theme/
H A Ddefault_theme.cpp224 theme->set_stylebox("focus", "LinkButton", focus); in fill_default_theme()
257 theme->set_stylebox("focus", "ToolButton", focus); in fill_default_theme()
326 theme->set_stylebox("hover", "CheckBox", cbx_empty); in fill_default_theme()
328 theme->set_stylebox("focus", "CheckBox", cbx_focus); in fill_default_theme()
359 theme->set_stylebox("focus", "CheckButton", focus); in fill_default_theme()
394 theme->set_stylebox("focus", "LineEdit", focus); in fill_default_theme()
424 theme->set_stylebox("focus", "TextEdit", focus); in fill_default_theme()
626 theme->set_stylebox("bg_focus", "Tree", focus); in fill_default_theme()
629 theme->set_stylebox("cursor", "Tree", focus); in fill_default_theme()
682 theme->set_stylebox("cursor", "ItemList", focus); in fill_default_theme()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/default_theme/
H A Ddefault_theme.cpp224 theme->set_stylebox("focus", "LinkButton", focus); in fill_default_theme()
257 theme->set_stylebox("focus", "ToolButton", focus); in fill_default_theme()
326 theme->set_stylebox("hover", "CheckBox", cbx_empty); in fill_default_theme()
328 theme->set_stylebox("focus", "CheckBox", cbx_focus); in fill_default_theme()
359 theme->set_stylebox("focus", "CheckButton", focus); in fill_default_theme()
394 theme->set_stylebox("focus", "LineEdit", focus); in fill_default_theme()
424 theme->set_stylebox("focus", "TextEdit", focus); in fill_default_theme()
626 theme->set_stylebox("bg_focus", "Tree", focus); in fill_default_theme()
629 theme->set_stylebox("cursor", "Tree", focus); in fill_default_theme()
682 theme->set_stylebox("cursor", "ItemList", focus); in fill_default_theme()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/default_theme/
H A Ddefault_theme.cpp274 t->set_stylebox("focus", "ToolButton", focus); in fill_default_theme()
407 t->set_stylebox("focus", "LineEdit", focus); in fill_default_theme()
432 t->set_stylebox("focus", "TextEdit", focus); in fill_default_theme()
495 t->set_stylebox("focus", "HSlider", focus); in fill_default_theme()
505 t->set_stylebox("focus", "HSlider", focus); in fill_default_theme()
599 t->set_stylebox("bg_focus", "Tree", focus); in fill_default_theme()
602 t->set_stylebox("cursor", "Tree", focus); in fill_default_theme()
653 t->set_stylebox("cursor", "ItemList", focus); in fill_default_theme()
689 t->set_stylebox("panel", "Tabs", tc_sb); in fill_default_theme()
839 t->set_stylebox("panelnc", "Panel", ttnc); in fill_default_theme()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/default_theme/
H A Ddefault_theme.cpp274 t->set_stylebox("focus", "ToolButton", focus); in fill_default_theme()
407 t->set_stylebox("focus", "LineEdit", focus); in fill_default_theme()
432 t->set_stylebox("focus", "TextEdit", focus); in fill_default_theme()
495 t->set_stylebox("focus", "HSlider", focus); in fill_default_theme()
505 t->set_stylebox("focus", "HSlider", focus); in fill_default_theme()
599 t->set_stylebox("bg_focus", "Tree", focus); in fill_default_theme()
602 t->set_stylebox("cursor", "Tree", focus); in fill_default_theme()
653 t->set_stylebox("cursor", "ItemList", focus); in fill_default_theme()
689 t->set_stylebox("panel", "Tabs", tc_sb); in fill_default_theme()
839 t->set_stylebox("panelnc", "Panel", ttnc); in fill_default_theme()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_themes.cpp568 theme->set_stylebox("hover", "MenuButton", style_menu); in create_editor_theme()
570 theme->set_stylebox("focus", "MenuButton", style_menu); in create_editor_theme()
573 theme->set_stylebox("normal", "PopupMenu", style_menu); in create_editor_theme()
576 theme->set_stylebox("focus", "PopupMenu", style_menu); in create_editor_theme()
594 theme->set_stylebox("normal", "Button", style_widget); in create_editor_theme()
654 theme->set_stylebox("hover", "CheckBox", sb_checkbox); in create_editor_theme()
706 theme->set_stylebox("bg", "Tree", style_tree_bg); in create_editor_theme()
717 theme->set_stylebox("bg_focus", "Tree", style_focus); in create_editor_theme()
818 theme->set_stylebox("button", "Tabs", style_menu); in create_editor_theme()
990 theme->set_stylebox("normal", "Label", style_empty); in create_editor_theme()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_themes.cpp568 theme->set_stylebox("hover", "MenuButton", style_menu); in create_editor_theme()
570 theme->set_stylebox("focus", "MenuButton", style_menu); in create_editor_theme()
573 theme->set_stylebox("normal", "PopupMenu", style_menu); in create_editor_theme()
576 theme->set_stylebox("focus", "PopupMenu", style_menu); in create_editor_theme()
594 theme->set_stylebox("normal", "Button", style_widget); in create_editor_theme()
654 theme->set_stylebox("hover", "CheckBox", sb_checkbox); in create_editor_theme()
706 theme->set_stylebox("bg", "Tree", style_tree_bg); in create_editor_theme()
717 theme->set_stylebox("bg_focus", "Tree", style_focus); in create_editor_theme()
818 theme->set_stylebox("button", "Tabs", style_menu); in create_editor_theme()
990 theme->set_stylebox("normal", "Label", style_empty); in create_editor_theme()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_themes.cpp50 theme->set_stylebox("EditorFocus", "EditorStyles", focus_sbt); in create_default_theme()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_themes.cpp50 theme->set_stylebox("EditorFocus", "EditorStyles", focus_sbt); in create_default_theme()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dtheme.cpp167 set_stylebox(name, node_type, p_value); in _set()
475 void Theme::set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p… in set_stylebox() function in Theme
798 set_stylebox(*L, *K, p_other->style_map[*K][*L]); in copy_theme()
877 ClassDB::bind_method(D_METHOD("set_stylebox", "name", "type", "texture"), &Theme::set_stylebox); in _bind_methods()
H A Dtheme.h104 …void set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p_style…
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dtheme.cpp167 set_stylebox(name, node_type, p_value); in _set()
475 void Theme::set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p… in set_stylebox() function in Theme
798 set_stylebox(*L, *K, p_other->style_map[*K][*L]); in copy_theme()
877 ClassDB::bind_method(D_METHOD("set_stylebox", "name", "type", "texture"), &Theme::set_stylebox); in _bind_methods()
H A Dtheme.h104 …void set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p_style…
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dtheme.cpp76 set_stylebox(name, node_type, p_value); in _set()
354 void Theme::set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p… in set_stylebox() function in Theme
638 …TypeDB::bind_method(_MD("set_stylebox", "name", "type", "texture:StyleBox"), &Theme::set_stylebox); in _bind_methods()
1035 theme->set_stylebox(item, control, res); in load()
H A Dtheme.h164 …void set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p_style…
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dtheme.cpp76 set_stylebox(name, node_type, p_value); in _set()
354 void Theme::set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p… in set_stylebox() function in Theme
638 …TypeDB::bind_method(_MD("set_stylebox", "name", "type", "texture:StyleBox"), &Theme::set_stylebox); in _bind_methods()
1035 theme->set_stylebox(item, control, res); in load()
H A Dtheme.h164 …void set_stylebox(const StringName &p_name, const StringName &p_type, const Ref<StyleBox> &p_style…
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp328 … case 1: theme->set_stylebox(name_edit->get_text(), type_edit->get_text(), Ref<StyleBox>()); break; in _dialog_cbk()
351 theme->set_stylebox(E->get(), fromtype, Ref<StyleBox>()); in _dialog_cbk()
471 …theme->set_stylebox(E->get(), type, import ? base_theme->get_stylebox(E->get(), type) : Ref<StyleB… in _theme_menu_cbk()
H A Dcanvas_item_editor_plugin.cpp5449 info_overlay_theme->set_stylebox("normal", "Label", info_overlay_label_stylebox); in CanvasItemEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp328 … case 1: theme->set_stylebox(name_edit->get_text(), type_edit->get_text(), Ref<StyleBox>()); break; in _dialog_cbk()
351 theme->set_stylebox(E->get(), fromtype, Ref<StyleBox>()); in _dialog_cbk()
471 …theme->set_stylebox(E->get(), type, import ? base_theme->get_stylebox(E->get(), type) : Ref<StyleB… in _theme_menu_cbk()
H A Dcanvas_item_editor_plugin.cpp5449 info_overlay_theme->set_stylebox("normal", "Label", info_overlay_label_stylebox); in CanvasItemEditor()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp324 … case 1: theme->set_stylebox(name_edit->get_text(), type_edit->get_text(), Ref<StyleBox>()); break; in _dialog_cbk()
347 theme->set_stylebox(E->get(), fromtype, Ref<StyleBox>()); in _dialog_cbk()
465 theme->set_stylebox(E->get(), type, Ref<StyleBox>()); in _theme_menu_cbk()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dtheme_editor_plugin.cpp324 … case 1: theme->set_stylebox(name_edit->get_text(), type_edit->get_text(), Ref<StyleBox>()); break; in _dialog_cbk()
347 theme->set_stylebox(E->get(), fromtype, Ref<StyleBox>()); in _dialog_cbk()
465 theme->set_stylebox(E->get(), type, Ref<StyleBox>()); in _theme_menu_cbk()