diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2014-10-06 17:06:28 +0300 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2014-10-06 17:06:28 +0300 |
commit | e6d1b177d86eac5241c369cdcdbe9147983ace0e (patch) | |
tree | c05ede5d2d84ffb70e0a9d2c8b067945b9ba2d9a /src/bin/egui_gui/props_helper.h | |
parent | c7b7128f2d3db886b51a46b36b3bfdd38d2c0e79 (diff) |
refactor props_hoversel_objects_add and update objects hoversel, when add new object
Diffstat (limited to 'src/bin/egui_gui/props_helper.h')
-rw-r--r-- | src/bin/egui_gui/props_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/egui_gui/props_helper.h b/src/bin/egui_gui/props_helper.h index 90a52c8..a8123db 100644 --- a/src/bin/egui_gui/props_helper.h +++ b/src/bin/egui_gui/props_helper.h | |||
@@ -22,7 +22,7 @@ Eo * | |||
22 | props_hoversel_enums_add(Eo *box, Eo *hover_parent, const char *default_val, const char **enums_lst); | 22 | props_hoversel_enums_add(Eo *box, Eo *hover_parent, const char *default_val, const char **enums_lst); |
23 | 23 | ||
24 | Eo * | 24 | Eo * |
25 | props_hoversel_objects_add(Eo *box, Eo *hover_parent, const char *default_val, const Eina_List *wdgs_list, const Gui_Widget *wdg); | 25 | props_hoversel_objects_add(Eo *box, Eo *hoversel, Eo *hover_parent, const char *default_val, const Eina_List *wdgs_list, const Gui_Widget *wdg); |
26 | 26 | ||
27 | Eo * | 27 | Eo * |
28 | props_hoversel_object_ops_add(Eo *box, Eo *hover_parent, const char *default_val, const Gui_Widget *wdg); | 28 | props_hoversel_object_ops_add(Eo *box, Eo *hover_parent, const char *default_val, const Gui_Widget *wdg); |