color table, string_pos_offset
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
// automatically generated using: C:\dev\wasm\src/ui/ui.meta.c
|
||||
typedef enum {
|
||||
ui_color_rect_color,
|
||||
ui_color_rect_hot_color,
|
||||
ui_color_rect_active_color,
|
||||
ui_color_border_color,
|
||||
ui_color_text_color,
|
||||
ui_color_text_hot_color,
|
||||
ui_color_text_active_color,
|
||||
ui_color_focused_rect_color,
|
||||
ui_color_count,
|
||||
} ui_color_t;
|
||||
|
||||
typedef struct ui_id_node_t ui_id_node_t; struct ui_id_node_t { ui_id_t value; ui_id_node_t *next; };
|
||||
typedef struct ui_lop_node_t ui_lop_node_t; struct ui_lop_node_t { ui_lop_t value; ui_lop_node_t *next; };
|
||||
@@ -10,6 +21,7 @@ f32 border_thickness;\
|
||||
ui_text_align_t text_align;\
|
||||
f32 required_size;\
|
||||
f32 padding;\
|
||||
f32 string_pos_offset;\
|
||||
v4f32_t background_color;\
|
||||
v4f32_t bg_hot_color;\
|
||||
v4f32_t bg_active_color;\
|
||||
@@ -25,6 +37,7 @@ ui_f32_node_t *border_thickness_stack;\
|
||||
ui_text_align_node_t *text_align_stack;\
|
||||
ui_f32_node_t *required_size_stack;\
|
||||
ui_f32_node_t *padding_stack;\
|
||||
ui_f32_node_t *string_pos_offset_stack;\
|
||||
ui_v4f32_node_t *background_color_stack;\
|
||||
ui_v4f32_node_t *bg_hot_color_stack;\
|
||||
ui_v4f32_node_t *bg_active_color_stack;\
|
||||
|
||||
Reference in New Issue
Block a user