Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmtCreateChooser(3)	   Library Functions Manual	   XmtCreateChooser(3)

NAME
       XmtCreate<Widget>() - constructor functions for various widget classes.

SYNOPSIS
       #include	<Xmt/Chooser.h>
       Widget XmtCreateChooser(parent, name, args, num_args)

       #include	<Xmt/Cli.h>
       Widget XmtCreateCli(parent, name, args, num_args)

       #include	<Xmt/HelpBox.h>
       Widget XmtCreateHelpBox(parent, name, args, num_args)

       #include	<Xmt/HelpBox.h>
       Widget XmtCreateHelpDialog(parent, name,	args, num_args)

       #include	<Xmt/InputField.h>
       Widget XmtCreateInputField(parent, name,	args, num_args)

       #include	<Xmt/Layout.h>
       Widget XmtCreateLayout(parent, name, args, num_args)

       #include	<Xmt/LayoutG.h>
       Widget XmtCreateLayoutBox(parent, name, args, num_args)

       #include	<Xmt/LayoutG.h>
       Widget XmtCreateLayoutCol(parent, name, args, num_args)

       #include	<Xmt/Layout.h>
       Widget XmtCreateLayoutDialog(parent, name, args,	num_args)

       #include	<Xmt/LayoutG.h>
       Widget XmtCreateLayoutPixmap(parent, name, args,	num_args)

       #include	<Xmt/LayoutG.h>
       Widget XmtCreateLayoutRow(parent, name, args, num_args)

       #include	<Xmt/LayoutG.h>
       Widget XmtCreateLayoutSeparator(parent, name, args, num_args)

       #include	<Xmt/LayoutG.h>
       Widget XmtCreateLayoutSpace(parent, name, args, num_args)

       #include	<Xmt/LayoutG.h>
       Widget XmtCreateLayoutString(parent, name, args,	num_args)

       #include	<Xmt/Menu.h>
       Widget XmtCreateMenuPane(w, name, args, num_args)

       #include	<Xmt/Menu.h>
       Widget XmtCreateMenubar(w, name,	args, num_args)

       #include	<Xmt/MsgLine.h>
       Widget XmtCreateMsgLine(parent, name, args, num_args)

       #include	<Xmt/Menu.h>
       Widget XmtCreateOptionMenu(w, name, args, num_args)

       #include	<Xmt/Menu.h>
       Widget XmtCreatePopupMenu(w, name, args,	num_args)

       #include	<Xmt/Progress.h>
       Widget XmtCreateProgress(w, name, args, num_args)

       #include	<Xmt/Cli.h>
       Widget XmtCreateScrolledCli(parent, name, args, num_args)

       #include	<Xmt/WorkingBox.h>
       Widget XmtCreateWorkingBox(parent, name,	args, num_args)

       #include	<Xmt/WorkingBox.h>
       Widget XmtCreateWorkingDialog(parent, name, args, num_args)

       Widget parent;
       String name;
       ArgList args;
       Cardinal	num_args;

ARGUMENTS
       INPUTS

	    parent The parent of the widget to be created.

	    name   The name of the widget to be	created.

	    args   An  array of	resource name/value pairs to be	set on the new
		   widget.

	    num_args
		   The number of elements in args.

       RETURNS

	    The	newly created widget.

DESCRIPTION
       These functions are standard Motif-style	widget constructors. Some cre-
       ate single widgets and are simply alternatives to calling  XtCreateWid-
       get(),  and  others  are	 ``convenience constructors'' that create more
       than one	widget or have additional behavior. The	 table	explains  each
       constructor's function.

       Function			    Creates:
       --------------------------------------------------------
       XmtCreateChooser()	    An XmtChooser widget.
       XmtCreateCli()		    An XmtCli widget.
       XmtCreateHelpBox()	    An XmtHelpBox widget.
       XmtCreateHelpDialog()	    An XmtHelpBox widget in an
				    XmDialogShell.
       XmtCreateInputField()	    An XmtInputField widget.
       XmtCreateLayout()	    An XmtLayout widget.
       XmtCreateLayoutBox()	    An XmtLayoutBox gadget.
       XmtCreateLayoutCol()	    An XmtLayoutBox gadget
				    with XmtNorientation set
				    to XmVERTICAL.
       XmtCreateLayoutDialog()	    An XmtLayout widget	in an
				    XmDialogShell.
       XmtCreateLayoutPixmap()	    An XmtLayoutPixmap gadget.
       XmtCreateLayoutRow()	    An XmtLayoutBox gadget
				    with XmtNorientation set
				    to XmHORIZONTAL.
       XmtCreateLayoutSeparator()   An XmtLayoutSeparator
				    gadget.
       XmtCreateLayoutSpace()	    An XmtLayoutSpace gadget.
       XmtCreateLayoutString()	    An XmtLayoutString gadget.
       XmtCreateMenuPane()	    An XmtMenu widget,
				    configured as a menu pane,
				    and	an XmMenuShell for
				    that pane if no shared
				    menu pane could be found.
       XmtCreateMenubar()	    An XmtMenu widget,
				    configured as a menu bar.
       XmtCreateMsgLine()	    An XmtMsgLine widget.
       XmtCreateOptionMenu()	    An XmtMenu widget,
				    configured as an option
				    menu.
       XmtCreatePopupMenu()	    An XmtMenu widget,
				    configured as a popup menu
				    pane, and an XmMenuShell
				    widget for that pane.
       XmtCreateProgress()	    An XmtProgress widget.
       XmtCreateScrolledCli()	    An XmtCli widget in	an
				    XmScrolledWindow.
       XmtCreateWorkingBox()	    An XmtWorkingBox widget.
       XmtCreateWorkingDialog()	    An XmtWorkingBox in	an
				  | XmDialogShell.
				  |
SEE ALSO			  |
       XtCreateWidget().	  |
				  |
Xmt				  Motif	Tools		   XmtCreateChooser(3)
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |
				  |

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmtCreateChooser&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help