dgui v1.0.1 (2014-05-20T11:28:38Z)
Dub
Repo
Handle
dgui
core
handle
Undocumented in source.
abstract
class
Handle (
T
) {
protected
T
_handle
;
bool
created
[@property getter];
T
handle
[@property getter];
}
Members
Properties
created
bool
created
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handle
T
handle
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_handle
T
_handle
;
Undocumented in source.
Meta
Source
See Implementation
dgui
core
handle
classes
Handle