#ifndef BUTTON_H
#define BUTTON_H
#include "toolkit.h"
#include "../ui/button.h"
#ifdef __cplusplus
extern "C" {
#endif
cxmutstr ui_button_args_to_string(UiContext *ctx, UiButtonArgs *args);
cxmutstr ui_toggle_args_to_string(UiContext *ctx, UiToggleArgs *args, cxmutstr value);
cxmutstr ui_button_serialize(UiCallbackWidget *w);
#ifdef __cplusplus
}
#endif
#endif