Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmMultiListUnselectItem(3)  Library Functions Manual  XmMultiListUnselectItem(3)

NAME
     XmMultiListUnselectItem  -- An MultiList function that deselects the speci-
     fied item of the list

SYNOPSIS
     #include <Xm/MultiList.h>
     void XmMultiListUnselectItem(
     Widget widget,
     XmMultiListRowInfo *row_info);

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 uns-
	       elected.

     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).

RELATED
     XmMultiList(3).

						      XmMultiListUnselectItem(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmMultiListUnselectItem&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help