ultrix man page for dwtlistboxdeselectitem

Query: dwtlistboxdeselectitem

OS: ultrix

Section: 3dwt

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DwtListBoxDeselectItem(3Dwt)											      DwtListBoxDeselectItem(3Dwt)

Name
       DwtListBoxDeselectItem - Deselects a previously selected item in a list box.

Syntax
       void DwtListBoxDeselectItem(widget, item)
	    Widget widget;
	    DwtCompString item;

Arguments
       widget	 Specifies the ID of the list box widget from whose list you want to delete a single previously selected item.

       item	 Specifies the item in the list box to be deselected (highlighting removed).

Description
       The  DwtListBoxDeselectItem function deselects (removes highlighting) an item previously selected, and removes it from the list of selected
       items.

See Also
       DwtListBoxDeselectAllItems(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

														      DwtListBoxDeselectItem(3Dwt)
Related Man Pages
dwtcstextgetmaxlength(3dwt) - ultrix
dwtcstextseteditable(3dwt) - ultrix
dwtcstextsetselection(3dwt) - ultrix
dwtlistboxsetpos(3dwt) - ultrix
dwtstextgetstring(3dwt) - ultrix
Similar Topics in the Unix Linux Community
How do you detect keystrokes in canonical mode?
PHP Write Man Pages to MySQL DB