提交 e5d6e61a 编写于 作者: B bernard.xiong@gmail.com

add user_data in rtgui_widget.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@777 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 360095ec
......@@ -106,6 +106,9 @@ struct rtgui_widget
rt_bool_t (*on_size) (struct rtgui_widget* widget, struct rtgui_event* event);
rt_bool_t (*on_command) (struct rtgui_widget* widget, struct rtgui_event* event);
#endif
/* user private data */
rt_uint32_t user_data;
};
typedef struct rtgui_widget rtgui_widget_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册