mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
fix for stmf103
This commit is contained in:
parent
1fd8ff02da
commit
9c284dd144
2
src/base/widget_factory.c
Normal file → Executable file
2
src/base/widget_factory.c
Normal file → Executable file
@ -65,11 +65,11 @@ static const creator_item_t s_builtin_creators[] = {
|
||||
{WIDGET_TYPE_PAGES, pages_create},
|
||||
{WIDGET_TYPE_SPIN_BOX, spin_box_create},
|
||||
{WIDGET_TYPE_DRAGGER, dragger_create},
|
||||
#ifndef WITH_LOW_RES
|
||||
{WIDGET_TYPE_SCROLL_BAR, scroll_bar_create},
|
||||
{WIDGET_TYPE_SCROLL_BAR_DESKTOP, scroll_bar_create_desktop},
|
||||
{WIDGET_TYPE_SCROLL_BAR_MOBILE, scroll_bar_create_mobile},
|
||||
|
||||
#ifndef WITH_LOW_RES
|
||||
{WIDGET_TYPE_SLIDE_VIEW, slide_view_create},
|
||||
{WIDGET_TYPE_KEYBOARD, keyboard_create},
|
||||
{WIDGET_TYPE_CANDIDATES, candidates_create},
|
||||
|
Loading…
Reference in New Issue
Block a user