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

XmtRegisterLayoutParser(), XmtRegisterLayoutCreateMethod() - register the parser for the XmtLayout widget layout grammar and allow typed widget creation by the parser.

#include <Xmt/Layout.h>

void XmtRegisterLayoutParser(void)

void XmtRegisterLayoutCreateMethod(void)

None.

The XmtLayout widget is a fairly large widget that can layout widgets as specified through constraint resources or as specified by a sophisticated layout grammar specified in a resource file. Because the parser for this layout grammar is relatively large, it must be explicitly registered, like a resource converter, before it can be used.

XmtRegisterLayoutParser() registers a parser for the XmtLayout widget layout grammar. If you do not call this function, you will not be able to set the XmtNlayout resource of your XmtLayout widgets, but your application will have to link with less code. If you will never need the XmtNlayout resource, then you shouldn't call this function.

XmtRegisterLayoutCreateMethod() is a similar function. If you call it, the Xmt layout parser will be linked with the Xmt automatic widget creation facilities so that you can specify widgets to be automatically created directly in the layout string.

Both XmtInitialize() and XmtRegisterAll() call both of these registration functions.

Chapter 19, The Layout Widget: The Details, XmtLayout, XmtInitialize(), XmtRegisterAll().
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.