Set the list that should be shown in the dialog. Definition at line 251 of file gui_vfslist.c. 00252 { 00253 gv->list = vl; 00254 gv->vr_top = gv->vr_selected = vfs_list_first(gv->list); 00255 gv->idx_top = gv->idx_selected = (gv->vr_selected != NULL) ? 1 : 0; 00256 00257 gui_vfslist_refresh(gv); 00258 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3