derelict.x11.Xutil

Undocumented in source.

Members

Aliases

Region
alias Region = _XRegion*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XContext
alias XContext = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XICCEncodingStyle
alias XICCEncodingStyle = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

BitmapSuccess
anonymousenum BitmapSuccess
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DontCareState
anonymousenum DontCareState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InputHint
anonymousenum InputHint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RectangleOut
anonymousenum RectangleOut
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
USPosition
anonymousenum USPosition
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VisualNoMask
anonymousenum VisualNoMask
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WithdrawnState
anonymousenum WithdrawnState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCSUCCESS
anonymousenum XCSUCCESS

Context Management

XStringStyle
anonymousenum XStringStyle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

XAddPixel
int XAddPixel(XImage* ximage, c_long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XAddPixel
int XAddPixel(XImage* ximage, c_long value)

XAddPixel The XAddPixel() function adds a constant value to every pixel in an image. It is useful when you have a base pixel value from allocating color resources and need to manipulate the image to that form.

XAllocClassHint
XClassHint* XAllocClassHint()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XAllocIconSize
XIconSize* XAllocIconSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XAllocSizeHints
XSizeHints* XAllocSizeHints()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XAllocStandardColormap
XStandardColormap* XAllocStandardColormap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XAllocWMHints
XWMHints* XAllocWMHints()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XClipBox
int XClipBox(Region , XRectangle* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XConvertCase
void XConvertCase(KeySym , KeySym* , KeySym* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCreateRegion
Region XCreateRegion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XDefaultString
char* XDefaultString()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XDeleteContext
int XDeleteContext(Display* , XID , XContext )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XDestroyImage
int XDestroyImage(XImage* ximage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XDestroyImage
int XDestroyImage(XImage* ximage)

XDestroyImage The XDestroyImage() function deallocates the memory associated with the XImage structure. Note that when the image is created using XCreateImage(), XGetImage(), or XSubImage(), the destroy procedure that this macro calls frees both the image structure and the data pointed to by the image structure.

XDestroyRegion
int XDestroyRegion(Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XEmptyRegion
int XEmptyRegion(Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XEqualRegion
int XEqualRegion(Region , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XFindContext
int XFindContext(Display* , XID , XContext , XPointer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetClassHint
Status XGetClassHint(Display* , Window , XClassHint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetIconSizes
Status XGetIconSizes(Display* , Window , XIconSize** , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetNormalHints
Status XGetNormalHints(Display* , Window , XSizeHints* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetPixel
c_ulong XGetPixel(XImage* ximage, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetPixel
c_ulong XGetPixel(XImage* ximage, int x, int y)

XGetPixel The XGetPixel() function returns the specified pixel from the named image. The pixel value is returned in normalized format (that is, the least-significant byte of the long is the least-significant byte of the pixel). The image must contain the x and y coordinates.

XGetRGBColormaps
Status XGetRGBColormaps(Display* , Window , XStandardColormap** , int* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetSizeHints
Status XGetSizeHints(Display* , Window , XSizeHints* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetStandardColormap
Status XGetStandardColormap(Display* , Window , XStandardColormap* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetTextProperty
Status XGetTextProperty(Display* , Window , XTextProperty* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetVisualInfo
XVisualInfo* XGetVisualInfo(Display* , long , XVisualInfo* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetWMClientMachine
Status XGetWMClientMachine(Display* , Window , XTextProperty* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetWMHints
XWMHints* XGetWMHints(Display* , Window )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetWMIconName
Status XGetWMIconName(Display* , Window , XTextProperty* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetWMName
Status XGetWMName(Display* , Window , XTextProperty* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetWMNormalHints
Status XGetWMNormalHints(Display* , Window , XSizeHints* , long* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetWMSizeHints
Status XGetWMSizeHints(Display* , Window , XSizeHints* , long* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XGetZoomHints
Status XGetZoomHints(Display* , Window , XSizeHints* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XIntersectRegion
int XIntersectRegion(Region , Region , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XLookupString
int XLookupString(XKeyEvent* , char* , int , KeySym* , XComposeStatus* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XMatchVisualInfo
Status XMatchVisualInfo(Display* , int , int , int , XVisualInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XOffsetRegion
int XOffsetRegion(Region , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XPointInRegion
Bool XPointInRegion(Region , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XPolygonRegion
Region XPolygonRegion(XPoint* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XPutPixel
int XPutPixel(XImage* ximage, int x, int y, c_ulong pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XPutPixel
int XPutPixel(XImage* ximage, int x, int y, c_ulong pixel)

XPutPixel The XPutPixel() function overwrites the pixel in the named image with the specified pixel value. The input pixel value must be in normalized format (that is, the least-significant byte of the long is the least-significant byte of the pixel). The image must contain the x and y coordinates.

XRectInRegion
int XRectInRegion(Region , int , int , uint , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSaveContext
int XSaveContext(Display* , XID , XContext , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetClassHint
int XSetClassHint(Display* , Window , XClassHint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetIconSizes
int XSetIconSizes(Display* , Window , XIconSize* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetNormalHints
int XSetNormalHints(Display* , Window , XSizeHints* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetRGBColormaps
void XSetRGBColormaps(Display* , Window , XStandardColormap* , int , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetRegion
int XSetRegion(Display* , GC , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetSizeHints
int XSetSizeHints(Display* , Window , XSizeHints* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetStandardColormap
void XSetStandardColormap(Display* , Window , XStandardColormap* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetStandardProperties
int XSetStandardProperties(Display* , Window , char* , char* , Pixmap , char** , int , XSizeHints* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetTextProperty
void XSetTextProperty(Display* , Window , XTextProperty* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetWMClientMachine
void XSetWMClientMachine(Display* , Window , XTextProperty* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetWMHints
int XSetWMHints(Display* , Window , XWMHints* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetWMIconName
void XSetWMIconName(Display* , Window , XTextProperty* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetWMName
void XSetWMName(Display* , Window , XTextProperty* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetWMNormalHints
void XSetWMNormalHints(Display* , Window , XSizeHints* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetWMProperties
void XSetWMProperties(Display* , Window , XTextProperty* , XTextProperty* , char** , int , XSizeHints* , XWMHints* , XClassHint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetWMSizeHints
void XSetWMSizeHints(Display* , Window , XSizeHints* , Atom )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSetZoomHints
int XSetZoomHints(Display* , Window , XSizeHints* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XShrinkRegion
int XShrinkRegion(Region , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XStringListToTextProperty
Status XStringListToTextProperty(char** , int , XTextProperty* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSubImage
XImage* XSubImage(XImage* ximage, int x, int y, uint width, uint height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSubImage
XImage XSubImage(XImage* ximage, int x, int y, uint width, uint height)

XSubImage The XSubImage() function creates a new image that is a subsection of an existing one. It allocates the memory necessary for the new XImage structure and returns a pointer to the new image. The data is copied from the source image, and the image must contain the rectangle defined by x, y, subimage_width, and subimage_height.

XSubtractRegion
int XSubtractRegion(Region , Region , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XTextPropertyToStringList
Status XTextPropertyToStringList(XTextProperty* , char*** , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XUnionRectWithRegion
int XUnionRectWithRegion(XRectangle* , Region , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XUnionRegion
int XUnionRegion(Region , Region , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XWMGeometry
int XWMGeometry(Display* , int , char* , char* , uint , XSizeHints* , int* , int* , int* , int* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXorRegion
int XXorRegion(Region , Region , Region )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XmbSetWMProperties
void XmbSetWMProperties(Display* , Window , char* , char* , char** , int , XSizeHints* , XWMHints* , XClassHint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XmbTextListToTextProperty
int XmbTextListToTextProperty(Display* display, char** list, int count, XICCEncodingStyle style, XTextProperty* text_prop_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XmbTextPropertyToTextList
int XmbTextPropertyToTextList(Display* display, XTextProperty* text_prop, char*** list_return, int* count_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Xutf8SetWMProperties
void Xutf8SetWMProperties(Display* , Window , char* , char* , char** , int , XSizeHints* , XWMHints* , XClassHint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Xutf8TextListToTextProperty
int Xutf8TextListToTextProperty(Display* display, char** list, int count, XICCEncodingStyle style, XTextProperty* text_prop_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Xutf8TextPropertyToTextList
int Xutf8TextPropertyToTextList(Display* display, XTextProperty* text_prop, char*** list_return, int* count_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XwcFreeStringList
void XwcFreeStringList(wchar** list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XwcTextListToTextProperty
int XwcTextListToTextProperty(Display* display, wchar** list, int count, XICCEncodingStyle style, XTextProperty* text_prop_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XwcTextPropertyToTextList
int XwcTextPropertyToTextList(Display* display, XTextProperty* text_prop, wchar*** list_return, int* count_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

XClassHint
struct XClassHint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XComposeStatus
struct XComposeStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XIconSize
struct XIconSize
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XSizeHints
struct XSizeHints
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XStandardColormap
struct XStandardColormap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XTextProperty
struct XTextProperty
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XVisualInfo
struct XVisualInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XWMHints
struct XWMHints
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

IsCursorKey
template IsCursorKey(KeySym keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsFunctionKey
template IsFunctionKey(KeySym keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsKeypadKey
template IsKeypadKey(KeySym keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsMiscFunctionKey
template IsMiscFunctionKey(KeySym keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsModifierKey
template IsModifierKey(KeySym keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsModifierKey
template IsModifierKey(keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsPFKey
template IsPFKey(KeySym keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsPrivateKeypadKey
template IsPrivateKeypadKey(KeySym keysym)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XUniqueContext
template XUniqueContext()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

AllValues
int AllValues;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
HeightValue
int HeightValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NoValue
int NoValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PAllHints
c_long PAllHints;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ReleaseByFreeingColormap
XID ReleaseByFreeingColormap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WidthValue
int WidthValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XConverterNotFound
int XConverterNotFound;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XLocaleNotSupported
int XLocaleNotSupported;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XNegative
int XNegative;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XNoMemory
int XNoMemory;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XValue
int XValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
YNegative
int YNegative;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
YValue
int YValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta