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

XmCreateDrawingArea — The DrawingArea widget creation function "XmCreateDrawingArea" "creation functions"

Description

XmCreateDrawingArea creates an instance of a DrawingArea widget and returns the associated widget ID.

       parent    Specifies the parent widget ID

       name      Specifies the name of the created widget

       arglist   Specifies the argument list

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

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

Name

XmCreateDrawingArea — The DrawingArea widget creation function "XmCreateDrawingArea" "creation functions"
       "XmCreateDrawingArea"

Return

       Returns the DrawingArea widget ID.

Synopsis

       #include <Xm/DrawingA.h>
       WidgetXmCreateDrawingArea(
       Widgetparent,
       Stringname,
       ArgListarglist,
       Cardinalargcount);

See Also