| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Fill a buffer with indexes
unsigned short *PtFSGetSelIndexes( 
                    PtWidget_t *widget, 
                    unsigned short *buffer );
This function fills a buffer with indexes of all the selected items in the PtFileSel widget: If buffer is NULL, the function allocates a buffer using malloc(), and the buffer is zero-terminated. If buffer is non-NULL, the function adds zero to the end only if there are no selected items in the widget.
A pointer to the buffer.
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) |