Windows PowerShell command on Get-command XSolarisOvlSetPaintType
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XSolarisOvlSetPaintType

X FUNCTIONS XSolarisOvlSetPaintType(3xext)

NAME

XSolarisOvlSetPaintType - specifies the type of paint ren-

dered by subsequent Xlib drawing with the given GC

SYNOPSIS

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

#include

void XSolarisOvlSetPaintType (Display *display, GC gc, XSo-

larisOvlPaintType paintType) Arguments display Specifies the connection to the X server. gc Specifies the affected GC. paintType Specifies the type of paint rendered by subsequent Xlib drawing routines using the specified GC.

DESCRIPTION

This routine controls the type of paint rendered by an Xlib GC. It controls whether Xlib drawing routines using this GC

produce pixels on overlay windows that are opaque or tran-

sparent. The paint type specified applies to the GC until it is changed by another call to this routine. The paint type attribute applies to both the foreground and background

GC attributes. If the value of paintType is XSolar-

isOvlPaintOpaque, the pixels generated by subsequent Xlib drawing routines with this GC will be opaque. This means the pixels will obscure underlying pixels. If the value of

paintType is XSolarisOvlPaintTransparent, the pixels gen-

erated by subsequent Xlib drawing routines with this GC will be transparent. This means that, for these pixels, the color of the underlying pixels will be displayed. By default, a GC renders opaque paint.

ATTRIBUTES

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

butes: X Version 11 Last change: libXext 1.1.2 1

X FUNCTIONS XSolarisOvlSetPaintType(3xext)

____________________________________________________________

| 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 ™