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.