GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmtCreateChooser(3) FreeBSD Library Functions Manual XmtCreateChooser(3)

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

#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;

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.

These functions are standard Motif-style widget constructors. Some create single widgets and are simply alternatives to calling XtCreateWidget(), 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.

XtCreateWidget().
Motif Tools Xmt

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.