dplug.wren.wren_ui

Dplug-Wren stdlib. This API is accessed from Wren with import "ui".

Members

Functions

element_allocate
void element_allocate(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_findIdAndBecomeThat
void element_findIdAndBecomeThat(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_getProperty
void element_getProperty(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_getPropertyRGBA
void element_getPropertyRGBA(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_height
void element_height(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_setProperty
void element_setProperty(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_setPropertyRGBA
void element_setPropertyRGBA(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_setposition
void element_setposition(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_setvisibility
void element_setvisibility(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_setzorder
void element_setzorder(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
element_width
void element_width(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
ui_defaultHeight
void ui_defaultHeight(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
ui_defaultWidth
void ui_defaultWidth(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
ui_height
void ui_height(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
ui_width
void ui_width(WrenVM* vm)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenUIBindForeignMethod
WrenForeignMethodFn wrenUIBindForeignMethod(WrenVM* vm, const(char)* className, bool isStatic, const(char)* signature)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenUIForeignClass
WrenForeignClassMethods wrenUIForeignClass(WrenVM* vm, const(char)* className)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenUIModuleSource
const(char)* wrenUIModuleSource()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

UIElementBridge
struct UIElementBridge
Undocumented in source.

Meta