void gui_vfslist_notify_post_insertion ( struct gui_vfslist gv,
unsigned int  index 
)

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:

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