Files
MAX_CARLINK_A270S/MXC_A27-PCB4.5-270T/lib/awtk/awtk/tests/common.h
2025-01-21 16:49:37 +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*/