| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
|  | This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
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.

The results of using PtFSAddAfter().
You can call this function 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]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |