| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Initialize a multitext attribute structure
PtMultiTextAttributes_t *
    PtMultiTextCreateAttributes( 
        PtMultiTextAttributes_t *attrs);
This function initializes the specified PtMultiTextAttributes_t structure to default values. If you don't specify a PtMultiTextAttributes_t structure, one is allocated and initialized.
A pointer to the initialized attributes structure, or NULL if no memory was available.
See PtMultiTextGetAttributes().
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PtTextGetSelection(), PtTextModifyText(), PtTextSetSelection(), PtMultiTextAttributes_t
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |