Innerhalb
Nach weiteren Dokumenten suchen
Support-Ressourcen
| Dieses Buch im PDF-Format herunterladen
NAME
- XSolarisOvlGetPaintType - gets the current paint type set in the GC
SYNOPSIS
-
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;
|
|