Searched refs:neighbor_info (Results 1 – 1 of 1) sorted by relevance
534 widget_info *neighbor_info; in RepositionListChildren() local543 neighbor_info = info->GetNextWidgetInfo(); in RepositionListChildren()544 int shift = neighbor_info->size.gx_rectangle_top - info->size.gx_rectangle_bottom; in RepositionListChildren()545 while (neighbor_info) in RepositionListChildren()548 newsize = neighbor_info->size; in RepositionListChildren()552 widget_factory::MoveWidget(neighbor_info, newsize); in RepositionListChildren()553 neighbor_info = neighbor_info->GetNextWidgetInfo(); in RepositionListChildren()563 neighbor_info = info->GetNextWidgetInfo(); in RepositionListChildren()564 INT shift = neighbor_info->size.gx_rectangle_left - info->size.gx_rectangle_right; in RepositionListChildren()566 while (neighbor_info) in RepositionListChildren()[all …]