5 #ifndef XUNI_GUARD_COMBOBOX_H
6 #define XUNI_GUARD_COMBOBOX_H
24 void combobox_widget_event(struct xuni_t
*xuni
, struct widget_t
*widget
,
25 enum widget_event_t event
);
27 void init_combobox(struct xuni_t
*xuni
, struct widget_t
*widget
,
29 void add_combobox_item(struct xuni_t
*xuni
, struct widget_t
*widget
,
30 size_t font
, const char *data
);