Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DwtListBoxDeletePos(3Dwt)

Name

DwtListBoxDeletePos − Deletes an item identified by its position from the list within a list box widget. 

Syntax

void DwtListBoxDeletePos(widget, position)
     Widget widget;
     int position;

Arguments

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

positionSpecifies the position of the item to be deleted from the list. 

Description

The DwtListBoxDeletePos function deletes an item from a list within the list box widget.  The item to be deleted is identified by its position in the list.  The function searches the list for the specified position, removes the item in that position, and moves any subsequent entries up one cell position throughout the remaining list. 

See Also

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

Subroutines

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