mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 13:58:36 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user