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

XmCreateCommandDialog — The Command CommandDialog convenience creation function "XmCreateCommandDialog"

Description

XmCreateCommandDialog is a convenience function that creates a DialogShell and an unmanaged Command child
       of the DialogShell.  A CommandDialog is used for entering commands for processing.

       Use XtManageChild to pop up the  CommandDialog  (passing  the  Command  as  the  widget  parameter);  use
       XtUnmanageChild to pop it down.

       XmCreateCommandDialog forces the value of the Shell resource XmNallowShellResize to True.

       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 Command and its associated resources, see XmCommand(3).

Name

XmCreateCommandDialog  —  The Command CommandDialog convenience creation function "XmCreateCommandDialog"
       "creation functions" "XmCreateCommandDialog"

Return

       Returns the Command widget ID.

Synopsis

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

See Also