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

XmListUpdateSelectedList — A List function that updates the XmNselectedItems resource

Description

XmListUpdateSelectedList frees the contents of the current XmNselectedItems list. The  routine  traverses
       the  XmNitems  list and adds each currently selected item to the XmNselectedItems list. For each selected
       item, there is a corresponding entry in the updated XmNselectedItems list.

       widget    Specifies the ID of the List widget to update

       For a complete definition of List and its associated resources, see XmList(3).

Name

XmListUpdateSelectedList    —    A   List   function   that   updates   the   XmNselectedItems   resource
       "XmListUpdateSelectedList" "List functions" "XmListUpdateSelectedList"

Synopsis

       #include <Xm/List.h>
       voidXmListUpdateSelectedList(
       Widgetwidget);

See Also