logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmMultiListUnselectItem — An MultiList function that deselects the specified item of the list

Description

XmMultiListUnselectItem unselects the row designated by row_info of the passed MultiList widget.

       widget    Specifies the ID of the MultiList from whose list an item is unselected.

       row_info  Specified the pointer to the row which is to be unselected.

       For a complete definition of MultiList and its associated resources, see XmMultiList(3).

Name

XmMultiListUnselectItem  —  An  MultiList  function  that  deselects  the  specified  item  of  the  list
       "XmMultiListUnselectItem" "Extended List functions" "XmMultiListUnselectItem"

Synopsis

       #include <Xm/MultiList.h>
       voidXmMultiListUnselectItem(
       Widgetwidget,
       XmMultiListRowInfo*row_info);

See Also