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

XmtDialogBindResourceList() - use Xmt automatic dialog data transfer features with widgets that are not dialogs.

#include <Xmt/Dialog.h>

void XmtDialogBindResourceList(Widget w, XtResourceList resources, Cardinal num_resources)

INPUTS
w
The root of the widget subtree (usually a shell) that is to be used with the Xmt automatic dialog facilities.
resources
An array of resources that name data values and describe how they are stored in a data structure. This is similar to the list that would be passed to XmtBuildDialog().
num_resources
The number of elements in the resources array.

In order for the Xmt automatic dialog data transfer facilities to work, the widgets involved must be described with the xmtChildren syntax, and must have a resource list associated with them when they are created. Normally this resource list is supplied in a call to XmtBuildDialog() or XmtBuildQuery Dialog(). On occasion, however, you may want to use the Xmt automatic data-transfer mechanism with widgets that are not actually in dialog boxes, or for some other reason are not created with these special functions.

You can, in fact, use the dialog data transfer mechanisms with any widgets described with the xmtChildren resource, but in order to do so, you must associate an XtResourceList with them by calling XmtDialogBindResourceList(). This function associates the resource list resources with the widget (generally a shell widget) w. You must call this function before you create the children of w with XmtCreateChildren() or some other function.

Chapter 29, Custom Dialogs and Automatic Dialog Management, XmtBuildDialog(), XmtBuildQueryDialog(), XmtDialogCancelCallback(), XmtDialogDo(), XmtDialogDoSync(), XmtDialogGetDataAddress(), XmtDialogGetDialogValues(), XmtDialogOkayCallback(), XmtDialogSetDialogValues(), XmtDialogSetReturnValue().
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.