Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtResizeWin(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtResizeWidget(1)

 

Name

XtResizeWindow — resize a widget according to its core dimensions. 

Synopsis

void XtResizeWindow(w)

    Widget w;

Arguments

wSpecifies the widget. 

Description

XtResizeWindow calls the XConfigureWindow Xlib function to make the window of the specified widget match its Core width, height, and border_width. 

The call to XConfigureWindow is done unconditionally because there is no way to tell (without a server query) whether these values match the current values. 

XtResizeWindow does not cause the widget’s resize method to be called. 

You rarely need to use XtResizeWindow; it is more diplomatic to use XtResizeWidget. 

See Also

XtResizeWidget(1)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026