declui v0.2.2 (2020-05-09T17:58:18Z)
Dub
Repo
ComponentProxy
declgtk
componentproxy
Undocumented in source.
struct
ComponentProxy (
Type
args
...
) {
void
queue
(void delegate(Type) callback);
void
execute
();
}
Members
Functions
execute
void
execute
()
Undocumented in source. Be warned that the author may not have intended to support it.
queue
void
queue
(void delegate(Type) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
declgtk
componentproxy
structs
ComponentProxy