Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/pt/ptgenlistremoveitems.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/pt/ptgenlistremoveitems.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/pt/ptgenlistremoveitems.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/pt/ptgenlistremoveitems.html on line 8
Remove items from a list
PtGenListItem_t *PtGenListRemoveItems(
PtWidget_t *list,
PtGenListItem_t *first,
PtGenListItem_t *last );
This function removes the given sublist list from the
PtGenList widget.
If first or last is NULL,
the first or last item of the entire list is used.
Both arguments may point to the same item,
but last must not precede first in the list.
The function returns the first removed item (or NULL if
the list was empty).
The function inserts NULL in the next field of the
last removed item and the prev field of the first removed item.
This ensures the returned value (if not NULL) always points to
the first item of a NULL-terminated, double-linked list.
No other fields in any of the removed items are modified.
If the current item is removed, there won't be a current item in the
list unless the selection mode is Pt_SELECTION_MODE_RANGE
and only part of the selected range is removed. In this case, the current
item is set to the first or last of the remaining selected items
(see
“Current item”
in the description of PtGenList).
The first removed item, or NULL if the list was empty.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PtGenList,
PtGenListItem_t
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/pt/ptgenlistremoveitems.html on line 106
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/pt/ptgenlistremoveitems.html on line 106