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

XmRenderTableCvtFromProp — A render table function that converts from a string representation to a render

Description

XmRenderTableCvtFromProp  converts  a string of characters representing a render table to a render table.
       This routine is typically used by the destination of a data transfer operation to produce a render  table
       from a transferred representation.

       widget    Specifies the widget that is the destination for the render table

       property  Specifies a string of characters representing a render table

       length    Specifies the number of bytes in property

Name

XmRenderTableCvtFromProp — A render table function that converts from a string representation to a render
       table "XmRenderTableCvtFromProp" "render table functions" "XmRenderTableCvtFromProp"

Return

       Returns a render table.  The function allocates space to hold the returned render table.  The application
       is  responsible  for  managing this allocated space.  The application can recover this allocated space by
       calling XmRenderTableFree.

Synopsis

       #include <Xm/Xm.h>
       XmRenderTableXmRenderTableCvtFromProp(
       Widgetwidget,
       char*property,
       unsignedintlength);

See Also