Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

XmMultiListToggleRow — An MultiList function that toggles the selection state of a specified 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).

Name

XmMultiListToggleRow  —  An  MultiList  function  that  toggles  the  selection  state of a specified row
       "XmMultiListToggleRow" "Extended List functions" "XmMultiListToggleRow"

Synopsis

       #include <Xm/MultiList.h>
       voidXmMultiListToggleRow(
       Widgetwidget,
       shortrow);

See Also