Query: dwtlistboxsetitem
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtListBoxSetItem(3Dwt) DwtListBoxSetItem(3Dwt) Name DwtListBoxSetItem - Makes a specified item (if it exists) the first visible item in a list box, or as close to the top as possible. The item always becomes visible. Syntax void DwtListBoxSetItem(widget, item) Widget widget; DwtCompString item; Arguments widget Specifies the widget ID. item Specifies the item to be made the first item in the list box. Description The DwtListBoxSetItem function makes the specified item (if it exists) the first visible item in a list box. The function determines which item in the list box is displayed at the top of the list box, the choice of which is limited by the DwtNitemsCount and DwtNvisibleItem- sCount attributes to the list box widget. When DwtNvisibleItemsCount is greater than 1 and less than DwtNitemsCount, the list box widget fills the list box with the maximum visible items regardless of the position value. For example, if DwtNitemsCount is 10 and DwtNvisibleItemsCount is 5, you cannot make item 8 display at the top of the list box. Instead, items 6 through 10 would be displayed. Setting item to the fourth item in the list would make items 4 through 8 display. If DwtNvisi- bleItemsCount is 1, you can make any item in the list be displayed at the top of the list box. See Also Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtListBoxSetItem(3Dwt)
Related Man Pages |
---|
dwtlistboxcreate(3dwt) - ultrix |
dwtlistbox(3dwt) - ultrix |
dwtundocopytoclipboard(3dwt) - ultrix |
xmlistpostobounds(3x) - osf1 |
xmlistreplaceitemspos(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How do you detect keystrokes in canonical mode? |
Can I change my hostname without messing things up? |
PHP Write Man Pages to MySQL DB |