Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DwtListBoxDeleteItem(3Dwt)

Name

DwtListBoxDeleteItem − Deletes an item from the list within a list box widget. 

Syntax

void DwtListBoxDeleteItem(widget, item)
     Widget widget;
     DwtCompString item;

Arguments

widgetSpecifies the ID of the list box widget from whose list you want to delete an item. 

itemSpecifies the text of the item to be deleted from the list box. 

Description

The DwtListBoxDeleteItem function deletes an item from a list within the list box widget.  The function searches the list for the item, removes it, and moves any subsequent entries up one cell position throughout the remaining list. 

See Also

DwtListBoxAddItem (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding

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