PtFSAddAfter()

Insert an item after the specified item

Synopsis:

void PtFSAddAfter( PtWidget_t *fs,
                   PtFileSelItem_t *item,
                   PtFileSelItem_t *brother );

Description:

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.


Example of PtFSAddAfter()


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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtFSAddFirst()