fix view focus bug.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@840 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2010-08-10 07:25:08 +00:00
parent 50eb24dfe7
commit aa35bccfee
3 changed files with 44 additions and 19 deletions
@@ -188,6 +188,9 @@ rtgui_widget_t* rtgui_widget_get_next_sibling(rtgui_widget_t* widget);
/* get the prev sibling of widget */
rtgui_widget_t* rtgui_widget_get_prev_sibling(rtgui_widget_t* widget);
/* dump widget information */
void rtgui_widget_dump(rtgui_widget_t* widget);
#ifdef __cplusplus
}
#endif