Windows PowerShell command on Get-command XSolarisOvlCreateWindow
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XSolarisOvlCreateWindow

X FUNCTIONS XSolarisOvlCreateWindow(3xext)

NAME

XSolarisOvlCreateWindow - creates an overlay window

SYNOPSIS

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

#include

Window XSolarisOvlCreateWindow (Display *display, Window

parent, int x, int y, unsigned int width, unsigned

int height, unsigned int border_width, int depth,

unsigned int class, Visual *visual, unsigned long valuemask, XSetWindowAttributes *attr) Arguments The arguments for this routine are exactly the same as XCreateWindow. display Specifies the connection to the X server. parent Specifies the parent window.

x, y Specifies the coordinates of the upper-left pixel of

this window, relative to the parent window. width, height

Specifies the width and height, in pixels, of the win-

dow.

border_width

Specifies the width, in pixels, of the window's bord-

ers. depth Specifies the depth of the window. class

Specifies the class of the window. If it is not Inpu-

tOutput, the window will not be an overlay window. visual Specifies a pointer to the visual structure for this window. valuemask Specifies which window attributes are defined in the attr argument. attr Specifies the attributes of the window. X Version 11 Last change: libXext 1.1.2 1

X FUNCTIONS XSolarisOvlCreateWindow(3xext)

DESCRIPTION

This routine creates an overlay window with the given characteristics. It behaves exactly as its counterpart

XCreateWindow, except the newly created window can be ren-

dered into with both opaque and transparent paint, and the background is transparent.

SEE ALSO

XCreateWindow(3)

ATTRIBUTES

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

butes:

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Availability | x11/library/libxext |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

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

|_____________________________|_____________________________|

X Version 11 Last change: libXext 1.1.2 2




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