diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2014-01-08 13:54:19 +0200 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2014-01-23 11:50:45 +0200 |
commit | 947bb48c8aa91faa6c825d28e8bdea303f5493af (patch) | |
tree | 63a00d93efae8ef7b5c5fb8d18cf3ccd82703042 /src/bin/egui_gui/props_helper.h | |
parent | b4c3b18f4178872abc941361cfcc562d3f29044c (diff) |
add Contents tab into propview
- add reordering of elements in box
- adding/deleting elements to/from box
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 8d75d00..2e47420 100644 --- a/src/bin/egui_gui/props_helper.h +++ b/src/bin/egui_gui/props_helper.h | |||
@@ -29,5 +29,5 @@ Eo * | |||
29 | props_hoversel_seqs_add(Eo *box, Eo *hover_parent, Gui_Context *ctx, const char *default_val); | 29 | props_hoversel_seqs_add(Eo *box, Eo *hover_parent, Gui_Context *ctx, const char *default_val); |
30 | 30 | ||
31 | Eo * | 31 | Eo * |
32 | props_value_add(Eo *box, const Gui_Context *ctx, const Gui_Widget *wdg, const Gui_Widget_Property *prop, const Op_Desc *op, unsigned int par_idx); | 32 | 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); |
33 | #endif | 33 | #endif |