mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
fix widget hide/enable issue and add on_changed in slider widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@899 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -33,6 +33,8 @@ struct rtgui_slider
|
||||
rt_size_t thumb_width;
|
||||
|
||||
int orient;
|
||||
|
||||
void (*on_changed)(struct rtgui_widget* widget, struct rtgui_event *event);
|
||||
};
|
||||
typedef struct rtgui_slider rtgui_slider_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user