Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp2747 int below_neighbor_index; in OnVSpaceEqually() local
2780 below_neighbor_index = FindNearestSelected(top_most_index, TRUE); in OnVSpaceEqually()
2783 while (below_neighbor_index >= 0) in OnVSpaceEqually()
2785 selected = SelectedWidgets[below_neighbor_index].info->widget; in OnVSpaceEqually()
2792 widget_factory::MoveWidget(SelectedWidgets[below_neighbor_index].info, size); in OnVSpaceEqually()
2794 top_most_index = below_neighbor_index; in OnVSpaceEqually()
2795 below_neighbor_index = FindNearestSelected(top_most_index, TRUE); in OnVSpaceEqually()