Property

Undocumented in source.

Constructors

this
this(x11.X.Window window, string name, PropertyList list)
Undocumented in source.
this
this(x11.X.Window window, Atom property, PropertyList list)
Undocumented in source.

Alias This

value

Members

Aliases

FullType
alias FullType = Type[]
Undocumented in source.
FullType
alias FullType = Type
Undocumented in source.
Type
alias Type = long
Undocumented in source.
Type
alias Type = Atom
Undocumented in source.
Type
alias Type = x11.X.Window
Undocumented in source.
Type
alias Type = string
Undocumented in source.

Functions

get
FullType get()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(FullType value)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(void delegate(FullType) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
raw
ubyte* raw(ulong count)
Undocumented in source. Be warned that the author may not have intended to support it.
rawset
void rawset(Atom format, int size, int mode, T1* data, T2 length)
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(x11.X.Window window, Type[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(Type[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(FullType data)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

exists
bool exists;
Undocumented in source.
handlers
void delegate(FullType)[] handlers;
Undocumented in source.
value
FullType value;
Undocumented in source.

Inherited Members

From BaseProperty

window
x11.X.Window window;
Undocumented in source.
property
Atom property;
Undocumented in source.
name
string name;
Undocumented in source.
update
void update()
Undocumented in source.

Meta