begin prototype, transcript browser
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "buffer16.h"
|
||||
|
||||
typedef struct ui_code_loc_t ui_code_loc_t;
|
||||
struct ui_code_loc_t {
|
||||
char *file;
|
||||
@@ -22,6 +24,8 @@ struct ui_box_flags_t {
|
||||
b8 children_sum_x: 1;
|
||||
b8 children_sum_y: 1;
|
||||
b8 keyboard_nav: 1;
|
||||
|
||||
b8 sim_even_if_no_focus: 1;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
@@ -101,6 +105,7 @@ struct ui_box_t {
|
||||
b32 expanded;
|
||||
|
||||
ui_text_input_t *text_input;
|
||||
view_id_t view;
|
||||
};
|
||||
|
||||
typedef struct ui_signal_t ui_signal_t;
|
||||
|
||||
Reference in New Issue
Block a user