Windows PowerShell command on Get-command XCirculateSubwindowsUp
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XCirculateSubwindowsUp

XLIB FUNCTIONS XRaiseWindow(3x11)

NAME

XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCircula-

teSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows -

change window stacking order SYNTAX

cc [ flag... ] file... -lX11 [ library... ]

int XRaiseWindow(Display *display, Window w); int XLowerWindow(Display *display, Window w); int XCirculateSubwindows(Display *display, Window w, int direction);

int XCirculateSubwindowsUp(Display *display, Window w);

int XCirculateSubwindowsDown(Display *display, Window w); int XRestackWindows(Display *display, Window windows[], int nwindows); ARGUMENTS direction Specifies the direction (up or down) that you want to circulate the window. You can pass RaiseLowest or LowerHighest. display Specifies the connection to the X server. nwindows Specifies the number of windows to be restacked. w Specifies the window. windows Specifies an array containing the windows to be restacked.

DESCRIPTION

The XRaiseWindow function raises the specified window to the top of the stack so that no sibling window obscures it. If the windows are regarded as overlapping sheets of paper stacked on a desk, then raising a window is analogous to moving the sheet to the top of the stack but leaving its x

and y location on the desk constant. Raising a mapped win-

dow may generate Expose events for the window and any mapped subwindows that were formerly obscured.

If the override-redirect attribute of the window is False

and some other client has selected SubstructureRedirectMask on the parent, the X server generates a ConfigureRequest

event, and no processing is performed. Otherwise, the win-

dow is raised. X Version 11 Last change: libX11 1.3.5 1 XLIB FUNCTIONS XRaiseWindow(3x11) XRaiseWindow can generate a BadWindow error. The XLowerWindow function lowers the specified window to the bottom of the stack so that it does not obscure any sibling windows. If the windows are regarded as overlapping sheets

of paper stacked on a desk, then lowering a window is analo-

gous to moving the sheet to the bottom of the stack but leaving its x and y location on the desk constant. Lowering a mapped window will generate Expose events on any windows it formerly obscured.

If the override-redirect attribute of the window is False

and some other client has selected SubstructureRedirectMask on the parent, the X server generates a ConfigureRequest event, and no processing is performed. Otherwise, the window is lowered to the bottom of the stack. XLowerWindow can generate a BadWindow error. The XCirculateSubwindows function circulates children of the specified window in the specified direction. If you specify RaiseLowest, XCirculateSubwindows raises the lowest mapped child (if any) that is occluded by another child to the top

of the stack. If you specify LowerHighest, XCircula-

teSubwindows lowers the highest mapped child (if any) that occludes another child to the bottom of the stack. Exposure processing is then performed on formerly obscured windows. If some other client has selected SubstructureRedirectMask on the window, the X server generates a CirculateRequest event, and no further processing is performed. If a child

is actually restacked, the X server generates a CirculateNo-

tify event. XCirculateSubwindows can generate BadValue and BadWindow errors.

The XCirculateSubwindowsUp function raises the lowest mapped

child of the specified window that is partially or com-

pletely occluded by another child. Completely unobscured children are not affected. This is a convenience function

equivalent to XCirculateSubwindows with RaiseLowest speci-

fied.

XCirculateSubwindowsUp can generate a BadWindow error.

The XCirculateSubwindowsDown function lowers the highest

mapped child of the specified window that partially or com-

pletely occludes another child. Completely unobscured chil-

dren are not affected. This is a convenience function

equivalent to XCirculateSubwindows with LowerHighest speci-

fied. X Version 11 Last change: libX11 1.3.5 2 XLIB FUNCTIONS XRaiseWindow(3x11) XCirculateSubwindowsDown can generate a BadWindow error. The XRestackWindows function restacks the windows in the order specified, from top to bottom. The stacking order of the first window in the windows array is unaffected, but the other windows in the array are stacked underneath the first window, in the order of the array. The stacking order of the other windows is not affected. For each window in the window array that is not a sibling of the first window, a BadMatch error results.

If the override-redirect attribute of a window is False and

some other client has selected SubstructureRedirectMask on the parent, the X server generates ConfigureRequest events

for each window whose override-redirect flag is not set, and

no further processing is performed. Otherwise, the windows

will be restacked in top-to-bottom order.

XRestackWindows can generate BadWindow error. DIAGNOSTICS BadValue Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any

argument defined as a set of alternatives can gen-

erate this error. BadWindow A value for a Window argument does not name a defined Window.

SEE ALSO

XChangeWindowAttributes(3x11), XConfigureWindow(3x11), XCreateWindow(3x11), XDestroyWindow(3x11), XMapWindow(3x11), XUnmapWindow(3x11)

Xlib - C Language X Interface

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Availability | x11/library/libx11 |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| MT-Level | See XInitThreads(3X11) |

|_____________________________|_____________________________|

X Version 11 Last change: libX11 1.3.5 3 XLIB FUNCTIONS XRaiseWindow(3x11) X Version 11 Last change: libX11 1.3.5 4




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™