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

XmParseMappingSetValues — A compound string function to set attributes of a parse mapping

Description

XmParseMappingSetValues specifies attributes of an XmParseMapping object, using a resource-style argument
       list.

       arglist   Specifies the argument list

       argcount  Specifies the number of attribute/value pairs in the argument list (arglist)

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

Name

XmParseMappingSetValues   —   A   compound   string  function  to  set  attributes  of  a  parse  mapping
       "XmParseMappingSetValues" "compound string functions" "XmParseMappingSetValues"

Synopsis

       #include <Xm/Xm.h>
       voidXmParseMappingSetValues(
       XmParseMappingparse_mapping,
       ArgListarglist,
       Cardinalargcount);

See Also