void gui_vfslist_setlist ( struct gui_vfslist gv,
const struct vfslist vl 
)

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:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:36 2010 for herrie by  doxygen 1.6.3