Query: xresizewindow
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XResizeWindow() XResizeWindow() Name XResizeWindow - change a window's size. Synopsis XResizeWindow(display, w, width, height) Display *display; Window w; unsigned int width, height; Arguments display Specifies a connection to an X server; returned from XOpenDisplay(). w Specifies the ID of the window to be resized. width Specify the new dimensions of the window in pixels. height Description XResizeWindow() changes the inside dimensions of the window. The border is resized to match but its border width is not changed. XRe- sizeWindow() does not raise the window, or change its origin. Changing the size of a mapped window may lose its contents and generate an Expose event, depending on the bit_gravity attribute (see Volume One, Chapter 4, Window Attributes). If a mapped window is made smaller, exposure events will be generated on windows that it formerly obscured. If the override_redirect attribute of the window is False and the window manager has selected SubstructureRedirectMask on the parent, then a ConfigureRequest event is sent to the window manager, and no further processing is performed. If the client has selected StructureNotifyMask on the window, then a ConfigureNotify event is generated after the move takes place, and the event will contain the final size of the window. Errors BadValue Either width or height is zero. BadWindow See Also XCirculateSubwindows(), XCirculateSubwindowsDown(), XCirculateSubwindowsUp(), XConfigureWindow(), XLowerWindow(), XMoveResizeWindow(), XMoveWindow(), XQueryTree(), XRaiseWindow(), XReparentWindow(), XRestackWindows(). Xlib - Window Manipulation XResizeWindow()
Related Man Pages |
---|
xmoveresizewindow(3x11) - redhat |
xmovewindow(3x11) - redhat |
xwindowchanges(3x11) - redhat |
xresizewindow(3x11) - osf1 |
xsetwindowborderwidth(3x11) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Sequence extraction |
Hpux 11iV3 administration document |
awk - Multi-line data to be stored in variable |
Wrong Array... |