Query: xcirculatea
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XCirculateSubwindows() XCirculateSubwindows() Name XCirculateSubwindows - circulate the stacking order of children up or down. Synopsis XCirculateSubwindows(display, w, direction) Display *display; Window w; int direction; Arguments display Specifies a connection to an X server; returned from XOpenDisplay(). w Specifies the window ID of the parent of the subwindows to be circulated. direction Specifies the direction (up or down) that you want to circulate the children. Pass either RaiseLowest or LowerHighest. Description XCirculateSubwindows() circulates the children of the specified window in the specified direction, either RaiseLowest or LowerHighest. If some other client has selected SubstructureRedirectMask on the specified window, then a CirculateRequest event is generated, and no further processing is performed. If you specify RaiseLowest, this function raises the lowest mapped child (if any) that is occluded by another child to the top of the stack. If you specify LowerHighest, this function lowers the highest mapped child (if any) that occludes another child to the bottom of the stack. Exposure processing is performed on formerly obscured windows. If a child is actually restacked, the X server generates a CirculateNotify event. For more information, see Volume One, Chapter 16, Window Management. Errors BadValue BadWindow See Also XCirculateSubwindowsDown(), XCirculateSubwindowsUp(), XConfigureWindow(), XLowerWindow(), XMoveResizeWindow(), XMoveWindow(), XQueryTree(), XRaiseWindow(), XReparentWindow(), XResizeWindow(), XRestackWindows(). Xlib - Window Manipulation XCirculateSubwindows()
Related Man Pages |
---|
xcirculatesubwindows(3x11) - redhat |
xcirculatesubwindowsdown(3x11) - redhat |
xraisewindow(3) - suse |
xcirculatesubwindowsdown(3x11) - osf1 |
xlowerwindow(3x11) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
PHP Man Pages Now Available (Over 10,000) |
Is UNIX an open source OS ? |
Tar Command |
Shopt -s histappend |