void gui_vfslist_notify_pre_removal ( struct gui_vfslist gv,
unsigned int  index 
)

Notify the gui_vfslist that an item is about to be removed from the list.

Definition at line 489 of file gui_vfslist.c.

00490 {
00491         gui_vfslist_adjust_pre_removal(&gv->vr_top, &gv->idx_top, index, 0);
00492         gui_vfslist_adjust_pre_removal(&gv->vr_selected, &gv->idx_selected,
00493             index, 1);
00494 }

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