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

XmRenderTableGetTags — A convenience function that gets rendition tags "XmRenderTableGetTags"

Description

XmRenderTableGetTags  searches  the  specified  table  for  the  XmNtag  resources  of all the renditions
       (XmRenditions) entries. These tag resources are then composed into an array.

       table     Specifies the table containing the XmRenditions.

       tag_list  Is the array of XmStringTags generated by this function.  The function allocates space to  hold
                 the returned tags and to hold the tag_list itself.  The application is responsible for managing
                 this allocated space.  This application can recover this allocated space by calling XtFree once
                 for  each  of  the  returned  tags,  and  then calling XtFree on the returned tag_list variable
                 itself.

Name

XmRenderTableGetTags — A convenience function that gets rendition tags "XmRenderTableGetTags"

Return

       Returns the number of tags in tag_list.

Synopsis

       #include <Xm/Xm.h>
       intXmRenderTableGetTags(
       XmRenderTabletable,
       XmStringTag**tag_list);

See Also