improve script binding

This commit is contained in:
xianjimli 2019-12-13 17:21:00 +08:00
parent ac715579b3
commit dc6bc337b4
6 changed files with 7207 additions and 7200 deletions

View File

@ -37,6 +37,7 @@
#include "scroll_view/list_item.h" #include "scroll_view/list_item.h"
#include "scroll_view/list_view.h" #include "scroll_view/list_view.h"
#include "slide_view/slide_view.h" #include "slide_view/slide_view.h"
#include "slide_view/slide_indicator.h"
#include "scroll_view/scroll_bar.h" #include "scroll_view/scroll_bar.h"
#include "scroll_view/scroll_view.h" #include "scroll_view/scroll_view.h"
#include "scroll_view/list_view_h.h" #include "scroll_view/list_view_h.h"

View File

@ -43,6 +43,7 @@ struct _emitter_item_t {
/** /**
* @class emitter_t * @class emitter_t
* @order -10
* @annotation ["scriptable"] * @annotation ["scriptable"]
* *
* , * ,

View File

@ -77,6 +77,7 @@ typedef enum _event_base_type_t {
/** /**
* @class event_t * @class event_t
* @order -100
* @annotation ["scriptable"] * @annotation ["scriptable"]
* *
*/ */

View File

@ -57,6 +57,7 @@ struct _object_vtable_t {
/** /**
* @class object_t * @class object_t
* @order -9
* @parent emitter_t * @parent emitter_t
* @annotation ["scriptable"] * @annotation ["scriptable"]
* *

View File

@ -151,7 +151,7 @@ typedef struct _sized_str_t {
/** /**
* @class value_t * @class value_t
* @order -10 * @order -9
* @annotation ["scriptable"] * @annotation ["scriptable"]
* *
* *

File diff suppressed because it is too large Load Diff