mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
fix view and workbench destroy issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@944 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -64,6 +64,7 @@ rtgui_type_t* rtgui_workbench_type_get(void);
|
||||
|
||||
rtgui_workbench_t *rtgui_workbench_create(const char* panel_name, const unsigned char* title);
|
||||
void rtgui_workbench_destroy(rtgui_workbench_t* workbench);
|
||||
void rtgui_workbench_close(rtgui_workbench_t* workbench);
|
||||
|
||||
rt_bool_t rtgui_workbench_event_handler(rtgui_widget_t* widget, rtgui_event_t* event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user