Query: dwtlistboxitemexists
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtListBoxItemExists(3Dwt) DwtListBoxItemExists(3Dwt) Name DwtListBoxItemExists - Verifies the existence of a particular item in a list box. Syntax int DwtListBoxItemExists(widget, item) Widget widget; DwtCompString item; Arguments widget Specifies the ID of the list box widget from whose list you want to verify the existence of a specified item. item Specifies the item in the list box that is being searched for. Description The DwtListBoxItemExists function searches through a list box to determine if an item exists. If the specified item is found, DwtListBox- ItemExists returns an integer that gives the position of the item in the list box. If the item is not found, DwtListBoxItemExists returns a zero. See Also Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtListBoxItemExists(3Dwt)
Related Man Pages |
---|
dwtcstextgetstring(3dwt) - ultrix |
dwtcstextreplace(3dwt) - ultrix |
dwtcstextsetmaxlength(3dwt) - ultrix |
dwtcstextsetstring(3dwt) - ultrix |
dwtstextgetstring(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 |