| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Insert an item after the specified item
void PtFSAddAfter( PtWidget_t *fs,
                   PtFileSelItem_t *item,
                   PtFileSelItem_t *brother );
This function inserts a list of items linked with the brother field. PtFSAddAfter() assumes that item points to a list of items. The fs variable points to a PtFileSel widget. The new items are added to the specified file selector below the specified brother. This function may be called with a NULL fs argument, as long as brother points to an item that isn't attached to any file selector widget.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |