ultrix man page for dwtlistboxadditem

Query: dwtlistboxadditem

OS: ultrix

Section: 3dwt

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

DwtListBoxAddItem(3Dwt) 												   DwtListBoxAddItem(3Dwt)

Name
       DwtListBoxAddItem - Adds an item to the list within a list box widget.

Syntax
       void DwtListBoxAddItem(widget, item, position)
	    Widget widget;
	    DwtCompString item;
	    int position;

Arguments
       widget	 Specifies the ID of the list box widget from whose list you want to add an item.

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

       position  Specifies  the  placement  of	the item within the list in terms of its cell position.  It uses an insert mode/cell number scheme
		 with a 1 specifying the topmost entry position and a 0 specifying the bottom entry for adding an item to the bottom of the list.

Description
       The DwtListBoxAddItem function adds an item to a list within the list box widget.

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

															   DwtListBoxAddItem(3Dwt)
Related Man Pages
dwtcstextclearselection(3dwt) - ultrix
dwtcstextgetstring(3dwt) - ultrix
dwtcstextsetselection(3dwt) - ultrix
dwtstextgetselection(3dwt) - ultrix
dwtstextreplace(3dwt) - ultrix
Similar Topics in the Unix Linux Community
A short history of UNIX by l.madden@ic.ac.uk
How do you detect keystrokes in canonical mode?
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB
Denial Of Service Attack Update