Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DwtListBoxSelectItem(3Dwt)

Name

DwtListBoxSelectItem − Selects an item in the list box. 

Syntax

void DwtListBoxSelectItem(widget, item, notify)
     Widget widget;
     DwtCompString item;
     Boolean notify;

Arguments

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

itemSpecifies the text of the item to be added to the list box. 

notifySpecifies a boolean value that, when True, indicates use of this widget results in a callback to the application. 

Description

The DwtListBoxSelectItem function selects an item in a list box, adds it to a selected item list, and calls back to the application if notify is True. 

See Also

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