XtGetGC()

NAME

XtGetGC(), XtReleaseGC() - obtain and destroy a sharable GC

SYNOPSIS

GC XtGetGC (Widget w, XtGCMask value_mask, XGCValues *values)
void XtReleaseGC (Widget w, GC gc)

ARGUMENTS

gc
Specifies the GC to be deallocated.
values
Specifies the actual values for this GC.
value_mask
Specifies which fields of the values are specified.
w
Specifies the widget.

DESCRIPTION

The XtGetGC(3) function returns a sharable, read-only GC. The parameters to this function are the same as those for XCreateGC(3) except that a widget is passed instead of a display. XtGetGC(3) shares only GCs in which all values in the GC returned by XCreateGC(3) are the same. In particular, it does not use the value_mask provided to determine which fields of the GC a widget considers relevant. The value_mask is used only to tell the server which fields should be filled in with widget data and which it should fill in with default values. For further information about value_mask and values, see XCreateGC(3) in the Xlib - C Language X Interface.

The XtReleaseGC(3) function deallocate the specified shared GC.

SEE ALSO

X Toolkit Intrinsics - C Language Interface

Xlib - C Language X Interface

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.