Home
last modified time | relevance | path

Searched refs:get_stylebox (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dpanel_container.cpp37 style = get_stylebox("panel"); in get_minimum_size()
39 style = get_stylebox("panel", "PanelContainer"); in get_minimum_size()
68 style = get_stylebox("panel"); in _notification()
70 style = get_stylebox("panel", "PanelContainer"); in _notification()
80 style = get_stylebox("panel"); in _notification()
82 style = get_stylebox("panel", "PanelContainer"); in _notification()
H A Dbutton.cpp55 return get_stylebox("normal")->get_minimum_size() + minsize; in get_minimum_size()
73 get_stylebox("normal")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
78 get_stylebox("pressed")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
87 get_stylebox("hover")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
93 get_stylebox("disabled")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
101 Ref<StyleBox> style = get_stylebox("focus"); in _notification()
105 Ref<StyleBox> style = get_stylebox("normal"); in _notification()
H A Dtab_container.cpp36 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_top_margin()
37 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_top_margin()
80 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _input_event()
81 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _input_event()
183 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
192 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
396 Ref<StyleBox> sb = get_stylebox("panel"); in add_child_notify()
430 Ref<StyleBox> sb = get_stylebox("panel"); in set_current_tab()
659 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
660 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
[all …]
H A Dprogress_bar.cpp34 Ref<StyleBox> bg = get_stylebox("bg"); in get_minimum_size()
48 Ref<StyleBox> bg = get_stylebox("bg"); in _notification()
49 Ref<StyleBox> fg = get_stylebox("fg"); in _notification()
H A Dscroll_bar.cpp234 Ref<StyleBox> bg = has_focus() ? get_stylebox("scroll_focus") : get_stylebox("scroll"); in _notification()
235 …> grabber = (drag.active || hilite == HILITE_RANGE) ? get_stylebox("grabber_hilite") : get_stylebo… in _notification()
392 Ref<StyleBox> grabber = get_stylebox("grabber"); in get_grabber_min_size()
417 area -= get_stylebox("scroll")->get_minimum_size().height; in get_area_size()
426 area -= get_stylebox("scroll")->get_minimum_size().width; in get_area_size()
443 ofs += get_stylebox("hscroll")->get_margin(MARGIN_TOP); in get_area_offset()
449 ofs += get_stylebox("hscroll")->get_margin(MARGIN_LEFT); in get_area_offset()
477 Ref<StyleBox> bg = get_stylebox("scroll"); in get_minimum_size()
H A Dtabs.cpp36 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
37 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
234 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
235 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _notification()
321 Ref<StyleBox> style = get_stylebox("button"); in _notification()
333 get_stylebox("button_pressed")->draw(ci, rb_rect); in _notification()
345 Ref<StyleBox> style = get_stylebox("button"); in _notification()
357 get_stylebox("button_pressed")->draw(ci, cb_rect); in _notification()
509 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_tab_width()
510 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_tab_width()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dpanel_container.cpp37 style = get_stylebox("panel"); in get_minimum_size()
39 style = get_stylebox("panel", "PanelContainer"); in get_minimum_size()
68 style = get_stylebox("panel"); in _notification()
70 style = get_stylebox("panel", "PanelContainer"); in _notification()
80 style = get_stylebox("panel"); in _notification()
82 style = get_stylebox("panel", "PanelContainer"); in _notification()
H A Dbutton.cpp55 return get_stylebox("normal")->get_minimum_size() + minsize; in get_minimum_size()
73 get_stylebox("normal")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
78 get_stylebox("pressed")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
87 get_stylebox("hover")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
93 get_stylebox("disabled")->draw(ci, Rect2(Point2(0, 0), size)); in _notification()
101 Ref<StyleBox> style = get_stylebox("focus"); in _notification()
105 Ref<StyleBox> style = get_stylebox("normal"); in _notification()
H A Dtab_container.cpp36 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_top_margin()
37 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_top_margin()
80 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _input_event()
81 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _input_event()
183 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
192 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
396 Ref<StyleBox> sb = get_stylebox("panel"); in add_child_notify()
430 Ref<StyleBox> sb = get_stylebox("panel"); in set_current_tab()
659 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
660 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
[all …]
H A Dprogress_bar.cpp34 Ref<StyleBox> bg = get_stylebox("bg"); in get_minimum_size()
48 Ref<StyleBox> bg = get_stylebox("bg"); in _notification()
49 Ref<StyleBox> fg = get_stylebox("fg"); in _notification()
H A Dscroll_bar.cpp234 Ref<StyleBox> bg = has_focus() ? get_stylebox("scroll_focus") : get_stylebox("scroll"); in _notification()
235 …> grabber = (drag.active || hilite == HILITE_RANGE) ? get_stylebox("grabber_hilite") : get_stylebo… in _notification()
392 Ref<StyleBox> grabber = get_stylebox("grabber"); in get_grabber_min_size()
417 area -= get_stylebox("scroll")->get_minimum_size().height; in get_area_size()
426 area -= get_stylebox("scroll")->get_minimum_size().width; in get_area_size()
443 ofs += get_stylebox("hscroll")->get_margin(MARGIN_TOP); in get_area_offset()
449 ofs += get_stylebox("hscroll")->get_margin(MARGIN_LEFT); in get_area_offset()
477 Ref<StyleBox> bg = get_stylebox("scroll"); in get_minimum_size()
H A Dtabs.cpp36 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
37 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
234 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
235 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _notification()
321 Ref<StyleBox> style = get_stylebox("button"); in _notification()
333 get_stylebox("button_pressed")->draw(ci, rb_rect); in _notification()
345 Ref<StyleBox> style = get_stylebox("button"); in _notification()
357 get_stylebox("button_pressed")->draw(ci, cb_rect); in _notification()
509 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_tab_width()
510 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_tab_width()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dpanel_container.cpp38 style = get_stylebox("panel"); in get_minimum_size()
40 style = get_stylebox("panel", "PanelContainer"); in get_minimum_size()
69 style = get_stylebox("panel"); in _notification()
71 style = get_stylebox("panel", "PanelContainer"); in _notification()
81 style = get_stylebox("panel"); in _notification()
83 style = get_stylebox("panel", "PanelContainer"); in _notification()
H A Dprogress_bar.cpp35 Ref<StyleBox> bg = get_stylebox("bg"); in get_minimum_size()
36 Ref<StyleBox> fg = get_stylebox("fg"); in get_minimum_size()
55 Ref<StyleBox> bg = get_stylebox("bg"); in _notification()
56 Ref<StyleBox> fg = get_stylebox("fg"); in _notification()
H A Dbutton.cpp58 return get_stylebox("normal")->get_minimum_size() + minsize; in get_minimum_size()
82 Ref<StyleBox> style = get_stylebox("normal"); in _notification()
87 style = get_stylebox("normal"); in _notification()
97 style = get_stylebox("hover_pressed"); in _notification()
113 style = get_stylebox("pressed"); in _notification()
126 style = get_stylebox("hover"); in _notification()
136 style = get_stylebox("disabled"); in _notification()
148 Ref<StyleBox> style2 = get_stylebox("focus"); in _notification()
H A Dscroll_bar.cpp238 Ref<StyleBox> bg = has_focus() ? get_stylebox("scroll_focus") : get_stylebox("scroll"); in _notification()
242 grabber = get_stylebox("grabber_pressed"); in _notification()
244 grabber = get_stylebox("grabber_highlight"); in _notification()
246 grabber = get_stylebox("grabber"); in _notification()
419 Ref<StyleBox> grabber = get_stylebox("grabber"); in get_grabber_min_size()
445 area -= get_stylebox("scroll")->get_minimum_size().height; in get_area_size()
453 area -= get_stylebox("scroll")->get_minimum_size().width; in get_area_size()
471 ofs += get_stylebox("hscroll")->get_margin(MARGIN_TOP); in get_area_offset()
477 ofs += get_stylebox("hscroll")->get_margin(MARGIN_LEFT); in get_area_offset()
505 Ref<StyleBox> bg = get_stylebox("scroll"); in get_minimum_size()
H A Dtab_container.cpp44 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_top_margin()
45 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_top_margin()
268 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
275 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
451 Ref<StyleBox> sb = get_stylebox("panel"); in _repaint()
503 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_tab_width()
504 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_tab_width()
560 Ref<StyleBox> sb = get_stylebox("panel"); in add_child_notify()
947 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
948 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
[all …]
H A Dtabs.cpp40 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
41 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
42 Ref<StyleBox> tab_disabled = get_stylebox("tab_disabled"); in get_minimum_size()
241 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
242 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _notification()
330 Ref<StyleBox> style = get_stylebox("button"); in _notification()
354 Ref<StyleBox> style = get_stylebox("button"); in _notification()
536 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _update_cache()
537 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _update_cache()
802 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_tab_width()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dpanel_container.cpp38 style = get_stylebox("panel"); in get_minimum_size()
40 style = get_stylebox("panel", "PanelContainer"); in get_minimum_size()
69 style = get_stylebox("panel"); in _notification()
71 style = get_stylebox("panel", "PanelContainer"); in _notification()
81 style = get_stylebox("panel"); in _notification()
83 style = get_stylebox("panel", "PanelContainer"); in _notification()
H A Dprogress_bar.cpp35 Ref<StyleBox> bg = get_stylebox("bg"); in get_minimum_size()
36 Ref<StyleBox> fg = get_stylebox("fg"); in get_minimum_size()
55 Ref<StyleBox> bg = get_stylebox("bg"); in _notification()
56 Ref<StyleBox> fg = get_stylebox("fg"); in _notification()
H A Dbutton.cpp58 return get_stylebox("normal")->get_minimum_size() + minsize; in get_minimum_size()
82 Ref<StyleBox> style = get_stylebox("normal"); in _notification()
87 style = get_stylebox("normal"); in _notification()
97 style = get_stylebox("hover_pressed"); in _notification()
113 style = get_stylebox("pressed"); in _notification()
126 style = get_stylebox("hover"); in _notification()
136 style = get_stylebox("disabled"); in _notification()
148 Ref<StyleBox> style2 = get_stylebox("focus"); in _notification()
H A Dscroll_bar.cpp238 Ref<StyleBox> bg = has_focus() ? get_stylebox("scroll_focus") : get_stylebox("scroll"); in _notification()
242 grabber = get_stylebox("grabber_pressed"); in _notification()
244 grabber = get_stylebox("grabber_highlight"); in _notification()
246 grabber = get_stylebox("grabber"); in _notification()
419 Ref<StyleBox> grabber = get_stylebox("grabber"); in get_grabber_min_size()
445 area -= get_stylebox("scroll")->get_minimum_size().height; in get_area_size()
453 area -= get_stylebox("scroll")->get_minimum_size().width; in get_area_size()
471 ofs += get_stylebox("hscroll")->get_margin(MARGIN_TOP); in get_area_offset()
477 ofs += get_stylebox("hscroll")->get_margin(MARGIN_LEFT); in get_area_offset()
505 Ref<StyleBox> bg = get_stylebox("scroll"); in get_minimum_size()
H A Dtab_container.cpp44 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_top_margin()
45 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_top_margin()
268 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
275 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
451 Ref<StyleBox> sb = get_stylebox("panel"); in _repaint()
503 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_tab_width()
504 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_tab_width()
560 Ref<StyleBox> sb = get_stylebox("panel"); in add_child_notify()
947 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
948 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
[all …]
H A Dtabs.cpp40 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
41 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
42 Ref<StyleBox> tab_disabled = get_stylebox("tab_disabled"); in get_minimum_size()
241 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _notification()
242 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _notification()
330 Ref<StyleBox> style = get_stylebox("button"); in _notification()
354 Ref<StyleBox> style = get_stylebox("button"); in _notification()
536 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _update_cache()
537 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _update_cache()
802 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_tab_width()
[all …]
H A Dgraph_node.cpp121 Ref<StyleBox> sb = get_stylebox("frame"); in _resort()
172 Ref<StyleBox> comment = get_stylebox("comment"); in has_point()
198 sb = get_stylebox(selected ? "commentfocus" : "comment"); in _notification()
202 sb = get_stylebox(selected ? "selectedframe" : "frame"); in _notification()
230 draw_style_box(get_stylebox("breakpoint"), Rect2(Point2(), get_size())); in _notification()
233 draw_style_box(get_stylebox("position"), Rect2(Point2(), get_size())); in _notification()
376 Ref<StyleBox> sb = get_stylebox("frame"); in get_minimum_size()
470 Ref<StyleBox> sb = get_stylebox("frame"); in _connpos_update()

12345678910