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

XmtLayoutDisableLayout(), XmtLayoutEnableLayout() - temporarily disable layout computation for an XmtLayout widget.

#include <Xmt/Layout.h>

void XmtLayoutDisableLayout(Widget w)

void XmtLayoutEnableLayout(Widget w)

INPUTS
w
An XmtLayout widget.

XmtLayoutDisableLayout() stops the XmtLayout widget w from recomputing the arrangement of its children when it normally would. XmtLayoutEnableLayout() restores normal layout computation for w.

Use these functions if you are making an number of changes to the children of w (managing, unmanaging, repositioning, resizing) that would cause w to recompute the children's arrangement. By batching all the changes between XmtLayoutDisableLayout() and XmtLayoutEnableLayout() significant unnecessary computation can be avoided.

Calls to these functions are counted and may be nested-layout will not be re-enabled until XmtLayoutEnableLayout() has been called as many times as XmtLayoutDisableLayout().

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