5 #ifndef XUNI_GUARD_TEXTBOX_H
6 #define XUNI_GUARD_TEXTBOX_H
19 /*struct edit_string_t data;*/
24 void textbox_widget_event(struct xuni_t
*xuni
, struct widget_t
*widget
,
25 enum widget_event_t event
);
27 void init_textbox(struct widget_t
*widget
, struct xuni_t
*xuni
,
28 const char *text
, size_t font
);
30 int textbox_is_empty(struct widget_t
*widget
);
31 const char *get_textbox_data(struct widget_t
*widget
);
32 void clear_textbox_data(struct xuni_t
*xuni
, struct widget_t
*widget
);
33 void set_textbox_data(struct xuni_t
*xuni
, struct widget_t
*widget
,