XSolarisOvlGetPaintType(3) X FUNCTIONS XSolarisOvlGetPaintType(3)
XSolarisOvlGetPaintType - gets the current paint type set in the GC
#include <X11/extensions/transovl.h>
XSolarisOvlPaintType
XSolarisOvlGetPaintType (Display *display, GC gc)
Arguments
display
Specifies the connection to the X server.
gc The GC to be inquired from.
This routine returns the current element of type XSolarisOvlPaintType
associated with the given gc.
XSolarisOvlPaintType defines the paint type in each GC. An
enumeration defining two types of selections that can be done in
XSolarisOvlPaintType
typedef enum {
XSolarisOvlPaintTransparent,
XSolarisOvlPaintOpaque,
} XSolarisOvlPaintType;
X Version 11 libXext 1.3.7 XSolarisOvlGetPaintType(3)
NAME
XSolarisOvlGetPaintType - gets the current paint type set in the GC
SYNOPSIS
#include <X11/extensions/transovl.h>
XSolarisOvlPaintType
XSolarisOvlGetPaintType (Display *display, GC gc)
Arguments
display
Specifies the connection to the X server.
gc The GC to be inquired from.
DESCRIPTION
This routine returns the current element of type XSolarisOvlPaintType
associated with the given gc.
XSolarisOvlPaintType defines the paint type in each GC. An
enumeration defining two types of selections that can be done in
XSolarisOvlPaintType
typedef enum {
XSolarisOvlPaintTransparent,
XSolarisOvlPaintOpaque,
} XSolarisOvlPaintType;
X Version 11 libXext 1.3.7 XSolarisOvlGetPaintType(3)