#ifndef UIC_UTILS_H
#define UIC_UTILS_H
#include "../ui/toolkit.h"
#include "../ui/text.h"
#include <cx/string.h>
#ifdef __cplusplus
extern "C" {
#endif
UiPathElm* ui_default_pathelm_func(
const char* full_path,
size_t len,
size_t* ret_nelm,
void* data);
void ui_get_window_default_width(
int *width,
int *height);
cxmutstr ui_escape_string(cxstring str);
#ifdef __cplusplus
}
#endif
#endif