Descriptor for a JS view. More...
#include <js_gui.h>
Data Fields | |
JsViewAlloc | alloc |
JsViewGetView | get_view |
JsViewFree | free |
JsViewCustomMake | custom_make |
JsViewCustomDestroy | custom_destroy |
size_t | prop_cnt |
JsViewPropDescriptor | props [] |
Descriptor for a JS view.
Contains:
alloc
, get_view
and free
)custom_make
, custom_destroy
)prop_cnt
, props
)js_gui
uses this descriptor to produce view factories and views.