Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/common.h
2025-09-30 11:56:06 +08:00

18 lines
411 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*/