Notify the gui_vfslist that an item has been inserted to the list. Definition at line 525 of file gui_vfslist.c. 00526 { 00527 gui_vfslist_adjust_post_insertion(gv, &gv->vr_top, &gv->idx_top, 00528 index, 0); 00529 gui_vfslist_adjust_post_insertion(gv, &gv->vr_selected, 00530 &gv->idx_selected, index, 1); 00531 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3