Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/common.h
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

18 lines
394 B
C

#include "tkc/rect.h"
#include "base/bitmap.h"
#include "base/events.h"
#include "base/widget.h"
#ifndef COMMON_H
#define COMMON_H
void bitmap_dump(bitmap_t* b);
void bitmap_check(bitmap_t* b, rect_t* r, rgba_t e);
ret_t widget_log_events(void* ctx, event_t* e);
void assert_str_eq(const wchar_t* wstr, const char* utf8);
ret_t widget_dispatch_click(widget_t* widget);
#endif /*COMMON_H*/