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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmMultiListToggleRow  --	 An MultiList function that toggles the	selec-
       tion state of a specified row

SYNOPSIS
       #include	<Xm/MultiList.h>
       void XmMultiListToggleRow(
       Widget widget,
       short row);

DESCRIPTION
       XmMultiListToggleRow toggles the	selection state	of a row designated by
       row argument of the passed MultiList widget.

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

       row	 Specified the number of row to	toggle.

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

RELATED
       XmMultiList(3).

						       XmMultiListToggleRow(3)

NAME | SYNOPSIS | DESCRIPTION | RELATED

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmMultiListToggleRow&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>

home | help