Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PtListDeleteItems

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PtListDeleteItems

[Previous] [Contents] [Index] [Next]

PtListDeleteItems()

Delete specific items from a list

Synopsis:

int PtListDeleteItems( PtWidget_t *widget,
                        const char **items,
                        int item_count );

Description:

This function deletes each item in the items array from the list. The item_count argument indicates the number of strings in the array.

Returns:

0
Success.
-1
The specified widget isn't a PtList widget.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtList, PtListDeleteAllItems(), PtListDeleteItemPos(), PtListRemovePositions()


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026