Home
last modified time | relevance | path

Searched refs:hover_now (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtabs.cpp500 int hover_now = -1; in _update_hover() local
509 hover_now = i; in _update_hover()
523 if (hover != hover_now) { in _update_hover()
524 hover = hover_now; in _update_hover()
727 if (hover_now < 0) in drop_data()
731 set_current_tab(hover_now); in drop_data()
740 if (hover_now < 0) in drop_data()
744 set_current_tab(hover_now); in drop_data()
755 int hover_now = -1; in get_tab_idx_at_point() local
763 hover_now = i; in get_tab_idx_at_point()
[all …]
H A Dtab_container.cpp710 int hover_now = get_tab_idx_at_point(p_point); in drop_data() local
722 if (hover_now < 0) in drop_data()
723 hover_now = get_tab_count() - 1; in drop_data()
724 move_child(get_tab_control(tab_from_id), hover_now); in drop_data()
725 set_current_tab(hover_now); in drop_data()
734 if (hover_now < 0) in drop_data()
735 hover_now = get_tab_count() - 1; in drop_data()
736 move_child(moving_tabc, hover_now); in drop_data()
737 set_current_tab(hover_now); in drop_data()
738 emit_signal("tab_changed", hover_now); in drop_data()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtabs.cpp500 int hover_now = -1; in _update_hover() local
509 hover_now = i; in _update_hover()
523 if (hover != hover_now) { in _update_hover()
524 hover = hover_now; in _update_hover()
727 if (hover_now < 0) in drop_data()
731 set_current_tab(hover_now); in drop_data()
740 if (hover_now < 0) in drop_data()
744 set_current_tab(hover_now); in drop_data()
755 int hover_now = -1; in get_tab_idx_at_point() local
763 hover_now = i; in get_tab_idx_at_point()
[all …]
H A Dtab_container.cpp710 int hover_now = get_tab_idx_at_point(p_point); in drop_data() local
722 if (hover_now < 0) in drop_data()
723 hover_now = get_tab_count() - 1; in drop_data()
724 move_child(get_tab_control(tab_from_id), hover_now); in drop_data()
725 set_current_tab(hover_now); in drop_data()
734 if (hover_now < 0) in drop_data()
735 hover_now = get_tab_count() - 1; in drop_data()
736 move_child(moving_tabc, hover_now); in drop_data()
737 set_current_tab(hover_now); in drop_data()
738 emit_signal("tab_changed", hover_now); in drop_data()