Home
last modified time | relevance | path

Searched refs:tab_over (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtabs.cpp655 int tab_over = get_tab_idx_at_point(p_point); in get_drag_data() local
657 if (tab_over < 0) in get_drag_data()
662 if (!tabs[tab_over].icon.is_null()) { in get_drag_data()
664 tf->set_texture(tabs[tab_over].icon); in get_drag_data()
667 Label *label = memnew(Label(tabs[tab_over].xl_text)); in get_drag_data()
669 if (!tabs[tab_over].right_button.is_null()) { in get_drag_data()
671 tf->set_texture(tabs[tab_over].right_button); in get_drag_data()
678 drag_data["tab_element"] = tab_over; in get_drag_data()
H A Dtab_container.cpp654 int tab_over = get_tab_idx_at_point(p_point); in get_drag_data() local
656 if (tab_over < 0) in get_drag_data()
661 Ref<Texture> icon = get_tab_icon(tab_over); in get_drag_data()
667 Label *label = memnew(Label(get_tab_title(tab_over))); in get_drag_data()
673 drag_data["tabc_element"] = tab_over; in get_drag_data()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtabs.cpp655 int tab_over = get_tab_idx_at_point(p_point); in get_drag_data() local
657 if (tab_over < 0) in get_drag_data()
662 if (!tabs[tab_over].icon.is_null()) { in get_drag_data()
664 tf->set_texture(tabs[tab_over].icon); in get_drag_data()
667 Label *label = memnew(Label(tabs[tab_over].xl_text)); in get_drag_data()
669 if (!tabs[tab_over].right_button.is_null()) { in get_drag_data()
671 tf->set_texture(tabs[tab_over].right_button); in get_drag_data()
678 drag_data["tab_element"] = tab_over; in get_drag_data()
H A Dtab_container.cpp654 int tab_over = get_tab_idx_at_point(p_point); in get_drag_data() local
656 if (tab_over < 0) in get_drag_data()
661 Ref<Texture> icon = get_tab_icon(tab_over); in get_drag_data()
667 Label *label = memnew(Label(get_tab_title(tab_over))); in get_drag_data()
673 drag_data["tabc_element"] = tab_over; in get_drag_data()
/dports/lang/adacontrol/adactl-1.18r9/test/conf/
H A Dt_representation_clauses.aru28 tab_over : check representation_clauses (array overlay);
/dports/misc/mc/mc-4.8.27/src/editor/
H A Deditdraw.c638 int tab_over; in edit_draw_this_line() local
642 tab_over = (end_col - edit->start_col) - (col + i - 1); in edit_draw_this_line()
643 if (tab_over < 0) in edit_draw_this_line()
644 i += tab_over; in edit_draw_this_line()
/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Deditdraw.c638 int tab_over; in edit_draw_this_line() local
642 tab_over = (end_col - edit->start_col) - (col + i - 1); in edit_draw_this_line()
643 if (tab_over < 0) in edit_draw_this_line()
644 i += tab_over; in edit_draw_this_line()
/dports/math/calc/calc-2.14.0.14/
H A Dvalue.c2990 int tab_over; /* TRUE => OK move over one tab stop */ in config_print() local
3005 tab_over = FALSE; in config_print()
3014 if (tab_over) { in config_print()
3017 tab_over = TRUE; /* tab next time */ in config_print()