update more GUI examples.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@339 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-01-26 09:38:38 +00:00
parent 43082e9e54
commit 4c70ff59d3
7 changed files with 1195 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ static rtgui_label_t* label;
void open_btn_onbutton(rtgui_widget_t* widget, struct rtgui_event* event)
{
/* create a fn view */
rtgui_view_t *view;
view = rtgui_filelist_view_create(workbench, "/", "*.*");
}
rtgui_view_t* demo_fn_view(rtgui_workbench_t* workbench)