void gui_vfslist_cursor_head ( struct gui_vfslist gv  ) 

Move the cursor to the top of the list.

Definition at line 365 of file gui_vfslist.c.

00366 {
00367         if (gui_vfslist_warn_isempty(gv))
00368                 return;
00369 
00370         gv->vr_top = gv->vr_selected = vfs_list_first(gv->list);
00371         gv->idx_top = gv->idx_selected = (gv->vr_selected != NULL) ? 1 : 0;
00372 
00373         gui_vfslist_refresh(gv);
00374 }

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:37 2010 for herrie by  doxygen 1.6.3