29 #include <stdio.h> |
29 #include <stdio.h> |
30 #include <stdlib.h> |
30 #include <stdlib.h> |
31 |
31 |
32 #include "button.h" |
32 #include "button.h" |
33 #include "container.h" |
33 #include "container.h" |
34 #include <ucx/mempool.h> |
34 #include <cx/allocator.h> |
35 #include "../common/context.h" |
35 #include "../common/context.h" |
36 #include "../common/object.h" |
36 #include "../common/object.h" |
37 |
37 |
38 UIWIDGET ui_button(UiObject *obj, char *label, ui_callback f, void *data) { |
38 UIWIDGET ui_button(UiObject *obj, char *label, ui_callback f, void *data) { |
39 GtkWidget *button = gtk_button_new_with_label(label); |
39 GtkWidget *button = gtk_button_new_with_label(label); |