blob: ec0993cf5fa6f36f4f17aa761f387439822419a1 (
plain)
1
2
3
4
5
6
|
#include <stdint.h>
#define APP_LABEL_MARGIN 10
EVEForm *app_form_create(EVEWindow *window, EVEViewStack *stack, EVEWidgetSpec spec[], uint16_t spec_size, eve_form_action_t action, eve_form_destructor_t destructor);
void app_form_destroy(EVEForm *form);
|