DwtListBoxSetHorizPos(3Dwt)
Name
DwtListBoxSetHorizPos − Sets the horizontal position to a specified position.
Syntax
void DwtListBoxSetHorizPos(widget, position)
Widget widget;
int position;
Arguments
widgetSpecifies the ID of the list box widget whose horizontal scroll bar position you want to set.
positionSpecifies the position of the horizontal scroll bar in the list box widget.
Description
The DwtListBoxSetHorizPos function is used only if the list box has a horizontal scroll bar and the list box contains items too wide to be visible within the current list box width.
See Also
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding