mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-01-15 17:02:52 +08:00
18 lines
575 B
C
18 lines
575 B
C
#ifndef _SHAPE_RESOURCE_H_
|
|
#define _SHAPE_RESOURCE_H_
|
|
|
|
extern const CUSTOM_SHAPE g_shape_btn_focus[];
|
|
extern const CUSTOM_SHAPE g_shape_btn_normal[];
|
|
extern const CUSTOM_SHAPE g_shape_btn_push[];
|
|
extern const CUSTOM_SHAPE g_shape_btn_disable[];
|
|
|
|
extern const CUSTOM_SHAPE g_shape_listbox_select[];
|
|
extern const CUSTOM_SHAPE g_shape_listbox_push[];
|
|
extern const CUSTOM_SHAPE g_shape_listbox_push_top[];
|
|
extern const CUSTOM_SHAPE g_shape_listbox_extend[];
|
|
|
|
extern const CUSTOM_SHAPE g_shape_keyboard_btn_normal[];
|
|
extern const CUSTOM_SHAPE g_shape_keyboard_btn_push[];
|
|
|
|
#endif
|