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
XmtRegisterMotifWidgets(3) FreeBSD Library Functions Manual XmtRegisterMotifWidgets(3)

XmtRegisterMotifWidgets(), XmtRegisterXmtWidgets() - register the standard Motif and Xmt widget constructors for use with the automatic widget creation facilities.

#include <Xmt/WidgetType.h>

void XmtRegisterMotifWidgets(void)

void XmtRegisterXmtWidgets(void)

None.

XmtRegisterMotifWidgets() registers all of the Motif widget constructors under their common names so that they can be used with XmtCreateChildren and related automatic widget creation routines. It registers the XmToggleButton, XmText, XmScrolledText, XmTextField, and XmScale widgets with special ``get value'' and ``set value'' functions for use by the Xmt automatic dialog facilities. See XmtRegister<Widget>() for more information.

XmtRegisterXmtWidgets() registers all of the Xmt widget constructors for the same purpose. It registers the XmtChooser and XmtInputField widgets with special ``get value'' and ``set value'' functions for use by the Xmt automatic dialog facilities. See XmtRegister<Widget>() for more information. This function also registers the Xt shell widget classes.

These functions link in all of the widgets in the Motif and Xmt libraries. Unless you actually use all of them (or are using a shared library) it will unnecessarily increase the size of your application executable.

XmtRegisterAll() calls both of these functions

The table lists the name of the widgets registered by each function.

Widget types registered by XmtRegisterMotifWidgets()

XmArrowButton XmMainWindow XmScrolledText
XmBulletinBoard XmMenuBar XmScrolledWindow
XmBulletinBoardDialog XmMenuShell XmSelectionBox
XmCascadeButton XmMessageBox XmSelectionDialog
XmCommand XmMessageDialog XmSeparator
XmDialogShell XmOptionMenu XmSimpleCheckBox
XmDrawingArea XmPanedWindow XmSimpleMenuBar
XmDrawnButton XmPopupMenu XmSimpleOptionMenu
XmErrorDialog XmPromptDialog XmSimplePopupMenu
XmFileSelectionBox XmPulldownMenu XmSimplePulldownMenu
XmFileSelectionDialog XmPushButton XmSimpleRadioBox
XmForm XmQuestionDialog XmText
XmFormDialog XmRadioBox XmTextField
XmFrame XmRowColumn XmToggleButton
XmInformationDialog XmScale XmWarningDialog
XmLabel XmScrollBar XmWorkArea
XmList XmScrolledList

Widget types registered by XmtRegisterXmtWidgets()

ApplicationShell XmtLayout XmtMenu
OverrideShell XmtLayoutBox XmtMenuPane
TopLevelShell XmtLayoutCol XmtMenubar
TransientShell XmtLayoutDialog XmtMsgLine
XmtChooser XmtLayoutPixmap XmtOptionMenu
XmtCli XmtLayoutRow XmtPopupMenu
XmtHelpBox XmtLayoutSeparator XmtScrolledCli
XmtHelpDialog XmtLayoutSpace XmtWorkingBox
XmtInputField XmtLayoutString XmtWorkingDialog

Chapter 11, Automatic Widget Creation,
XmtCreateChildren(), XmtRegisterAll() XmtRegister<Widget>.
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.