diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2014-04-08 18:40:57 +0300 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2014-04-09 18:56:14 +0300 |
commit | f2c2c47f32279777359b299eec35368d865784c6 (patch) | |
tree | 8da70f06dbeaa2de1d82f899f7e2741580be08f5 /src/bin/egui_gui/props_helper.h | |
parent | b16dd057088dccd9a466d68002fbf44b7255e36c (diff) |
Handling everything around resource IMAGE and Hoverel
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 e206c09..d3e5e07 100644 --- a/src/bin/egui_gui/props_helper.h +++ b/src/bin/egui_gui/props_helper.h | |||
@@ -28,7 +28,7 @@ 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); |
29 | 29 | ||
30 | Eo * | 30 | Eo * |
31 | props_hoversel_seqs_add(Eo *box, Eo *hover_parent, Gui_Context *ctx, const char *default_val); | 31 | props_hoversel_seqs_add(Eo *box, Eo *hover_parent, Gui_Context *ctx, const char *default_val, Eina_Bool add_empty_field); |
32 | 32 | ||
33 | Eo * | 33 | Eo * |
34 | props_value_add(Eo *box, const Gui_Context *ctx, const Gui_Widget *wdg, const Gui_Value *value, const Op_Desc *op, unsigned int par_idx); | 34 | props_value_add(Eo *box, const Gui_Context *ctx, const Gui_Widget *wdg, const Gui_Value *value, const Op_Desc *op, unsigned int par_idx); |