XDrawSimple

Undocumented in source.

Constructors

this
this(ws.wm.Window window)
Undocumented in source.
this
this(Display* dpy, x11.X.Window window)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
line
void line(int[2] start, int[2] end)
Undocumented in source. Be warned that the author may not have intended to support it.
rect
void rect(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[3] color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[4] color)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

color
Color color;
Undocumented in source.
colors
Color[long[4]] colors;
Undocumented in source.
dpy
Display* dpy;
Undocumented in source.
gc
GC gc;
Undocumented in source.
screen
int screen;
Undocumented in source.
size
int[2] size;
Undocumented in source.
window
x11.X.Window window;
Undocumented in source.

Inherited Members

From DrawEmpty

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[3] color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[4] color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(int color)
Undocumented in source. Be warned that the author may not have intended to support it.
clip
void clip(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
noclip
void noclip()
Undocumented in source. Be warned that the author may not have intended to support it.
rect
void rect(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
rectOutline
void rectOutline(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
line
void line(int[2] start, int[2] end)
Undocumented in source. Be warned that the author may not have intended to support it.
setFont
void setFont(string font, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
fontHeight
int fontHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
text
int text(int[2] pos, string text, double offset)
Undocumented in source. Be warned that the author may not have intended to support it.
text
int text(int[2] pos, int h, string text, double offset)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
finishFrame
void finishFrame()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta