提交 1fc64916 编写于 作者: C chaos.proton@gmail.com

port rtm.c to new RTGUI application interface

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2229 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 c3f08502
......@@ -214,12 +214,12 @@ RTM_EXPORT(stat);
#include <rtgui/widgets/list_view.h>
#include <rtgui/widgets/listctrl.h>
#include <rtgui/widgets/filelist_view.h>
#include <rtgui/rtgui_application.h>
#include <rtgui/rtgui_app.h>
#include <rtgui/widgets/window.h>
RTM_EXPORT(rtgui_application_destroy);
RTM_EXPORT(rtgui_application_run);
RTM_EXPORT(rtgui_application_create);
RTM_EXPORT(rtgui_app_destroy);
RTM_EXPORT(rtgui_app_run);
RTM_EXPORT(rtgui_app_create);
RTM_EXPORT(rtgui_object_check_cast);
RTM_EXPORT(_rtgui_container);
RTM_EXPORT(_rtgui_widget);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册