diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-12-30 14:04:57 +0200 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-12-30 14:04:57 +0200 |
commit | 264491875d74626053ed208f7f57660b10759926 (patch) | |
tree | a5da383d91bc65dd3281c0faf99be1fd0f5b526f /include/efl.edje_edit.pxd | |
parent | 5aa035b9006a76c39935edd85d345bce4b2bea97 (diff) |
Edje: Re-enable edje-edit.
Diffstat (limited to 'include/efl.edje_edit.pxd')
-rw-r--r-- | include/efl.edje_edit.pxd | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/include/efl.edje_edit.pxd b/include/efl.edje_edit.pxd index b9b4fc0..4bd697e 100644 --- a/include/efl.edje_edit.pxd +++ b/include/efl.edje_edit.pxd | |||
@@ -52,18 +52,18 @@ cdef extern from "Edje_Edit.h": | |||
52 | void edje_edit_print_internal_status(Evas_Object *obj) | 52 | void edje_edit_print_internal_status(Evas_Object *obj) |
53 | 53 | ||
54 | # group | 54 | # group |
55 | Eina_Bool edje_edit_group_add(Evas_Object *obj, char *name) | 55 | Eina_Bool edje_edit_group_add(Evas_Object *obj, const_char *name) |
56 | Eina_Bool edje_edit_group_del(Evas_Object *obj, char *group_name) | 56 | Eina_Bool edje_edit_group_del(Evas_Object *obj, const_char *group_name) |
57 | Eina_Bool edje_edit_group_exist(Evas_Object *obj, char *group) | 57 | Eina_Bool edje_edit_group_exist(Evas_Object *obj, const_char *group) |
58 | Eina_Bool edje_edit_group_name_set(Evas_Object *obj, char *new_name) | 58 | Eina_Bool edje_edit_group_name_set(Evas_Object *obj, char *new_name) |
59 | int edje_edit_group_min_w_get(Evas_Object *obj) | 59 | int edje_edit_group_min_w_get(Evas_Object *obj) |
60 | void edje_edit_group_min_w_set(Evas_Object *obj, int w) | 60 | Eina_Bool edje_edit_group_min_w_set(Evas_Object *obj, int w) |
61 | int edje_edit_group_min_h_get(Evas_Object *obj) | 61 | int edje_edit_group_min_h_get(Evas_Object *obj) |
62 | void edje_edit_group_min_h_set(Evas_Object *obj, int h) | 62 | Eina_Bool edje_edit_group_min_h_set(Evas_Object *obj, int h) |
63 | int edje_edit_group_max_w_get(Evas_Object *obj) | 63 | int edje_edit_group_max_w_get(Evas_Object *obj) |
64 | void edje_edit_group_max_w_set(Evas_Object *obj, int w) | 64 | Eina_Bool edje_edit_group_max_w_set(Evas_Object *obj, int w) |
65 | int edje_edit_group_max_h_get(Evas_Object *obj) | 65 | int edje_edit_group_max_h_get(Evas_Object *obj) |
66 | void edje_edit_group_max_h_set(Evas_Object *obj, int h) | 66 | Eina_Bool edje_edit_group_max_h_set(Evas_Object *obj, int h) |
67 | 67 | ||
68 | # data | 68 | # data |
69 | Eina_List *edje_edit_data_list_get(Evas_Object *obj) | 69 | Eina_List *edje_edit_data_list_get(Evas_Object *obj) |
@@ -83,13 +83,13 @@ cdef extern from "Edje_Edit.h": | |||
83 | # text styles | 83 | # text styles |
84 | Eina_List *edje_edit_styles_list_get(Evas_Object *obj) | 84 | Eina_List *edje_edit_styles_list_get(Evas_Object *obj) |
85 | Eina_Bool edje_edit_style_add(Evas_Object *obj, const_char *style) | 85 | Eina_Bool edje_edit_style_add(Evas_Object *obj, const_char *style) |
86 | void edje_edit_style_del(Evas_Object *obj, const_char *style) | 86 | Eina_Bool edje_edit_style_del(Evas_Object *obj, const_char *style) |
87 | Eina_List *edje_edit_style_tags_list_get(Evas_Object *obj, const_char *style) | 87 | Eina_List *edje_edit_style_tags_list_get(Evas_Object *obj, const_char *style) |
88 | const_char *edje_edit_style_tag_value_get(Evas_Object *obj, const_char *style, const_char *tag) | 88 | const_char *edje_edit_style_tag_value_get(Evas_Object *obj, const_char *style, const_char *tag) |
89 | void edje_edit_style_tag_value_set(Evas_Object *obj, const_char *style, const_char *tag, const_char *new_value) | 89 | Eina_Bool edje_edit_style_tag_value_set(Evas_Object *obj, const_char *style, const_char *tag, const_char *new_value) |
90 | void edje_edit_style_tag_name_set(Evas_Object *obj, const_char *style, const_char *tag, const_char *new_name) | 90 | Eina_Bool edje_edit_style_tag_name_set(Evas_Object *obj, const_char *style, const_char *tag, const_char *new_name) |
91 | Eina_Bool edje_edit_style_tag_add(Evas_Object *obj, const_char *style, const_char *tag_name) | 91 | Eina_Bool edje_edit_style_tag_add(Evas_Object *obj, const_char *style, const_char *tag_name) |
92 | void edje_edit_style_tag_del(Evas_Object *obj, const_char *style, const_char *tag) | 92 | Eina_Bool edje_edit_style_tag_del(Evas_Object *obj, const_char *style, const_char *tag) |
93 | 93 | ||
94 | # fonts | 94 | # fonts |
95 | Eina_List *edje_edit_fonts_list_get(Evas_Object *obj) | 95 | Eina_List *edje_edit_fonts_list_get(Evas_Object *obj) |
@@ -115,14 +115,14 @@ cdef extern from "Edje_Edit.h": | |||
115 | Eina_Bool edje_edit_image_del(Evas_Object *obj, const_char *name) | 115 | Eina_Bool edje_edit_image_del(Evas_Object *obj, const_char *name) |
116 | Eina_Bool edje_edit_image_data_add(Evas_Object *obj, const_char *name, int id) | 116 | Eina_Bool edje_edit_image_data_add(Evas_Object *obj, const_char *name, int id) |
117 | const_char *edje_edit_state_image_get(Evas_Object *obj, const_char *part, const_char *state, double value) | 117 | const_char *edje_edit_state_image_get(Evas_Object *obj, const_char *part, const_char *state, double value) |
118 | void edje_edit_state_image_set(Evas_Object *obj, const_char *part, const_char *state, double value, const_char *image) | 118 | Eina_Bool edje_edit_state_image_set(Evas_Object *obj, const_char *part, const_char *state, double value, const_char *image) |
119 | int edje_edit_image_id_get(Evas_Object *obj, const_char *image_name) | 119 | int edje_edit_image_id_get(Evas_Object *obj, const_char *image_name) |
120 | Edje_Edit_Image_Comp edje_edit_image_compression_type_get(Evas_Object *obj, const_char *image) | 120 | Edje_Edit_Image_Comp edje_edit_image_compression_type_get(Evas_Object *obj, const_char *image) |
121 | int edje_edit_image_compression_rate_get(Evas_Object *obj, const_char *image) | 121 | int edje_edit_image_compression_rate_get(Evas_Object *obj, const_char *image) |
122 | void edje_edit_state_image_border_get(Evas_Object *obj, const_char *part, const_char *state, double value, int *l, int *r, int *t, int *b) | 122 | void edje_edit_state_image_border_get(Evas_Object *obj, const_char *part, const_char *state, double value, int *l, int *r, int *t, int *b) |
123 | void edje_edit_state_image_border_set(Evas_Object *obj, const_char *part, const_char *state, double value, int l, int r, int t, int b) | 123 | Eina_Bool edje_edit_state_image_border_set(Evas_Object *obj, const_char *part, const_char *state, double value, int l, int r, int t, int b) |
124 | unsigned char edje_edit_state_image_border_fill_get(Evas_Object *obj, const_char *part, const_char *state, double value) | 124 | unsigned char edje_edit_state_image_border_fill_get(Evas_Object *obj, const_char *part, const_char *state, double value) |
125 | void edje_edit_state_image_border_fill_set(Evas_Object *obj, const_char *part, const_char *state, double value, unsigned char fill) | 125 | Eina_Bool edje_edit_state_image_border_fill_set(Evas_Object *obj, const_char *part, const_char *state, double value, unsigned char fill) |
126 | Eina_List *edje_edit_state_tweens_list_get(Evas_Object *obj, const_char *part, const_char *state, double value) | 126 | Eina_List *edje_edit_state_tweens_list_get(Evas_Object *obj, const_char *part, const_char *state, double value) |
127 | Eina_Bool edje_edit_state_tween_add(Evas_Object *obj, const_char *part, const_char *state, double value, const_char *tween) | 127 | Eina_Bool edje_edit_state_tween_add(Evas_Object *obj, const_char *part, const_char *state, double value, const_char *tween) |
128 | Eina_Bool edje_edit_state_tween_del(Evas_Object *obj, const_char *part, const_char *state, double value, const_char *tween) | 128 | Eina_Bool edje_edit_state_tween_del(Evas_Object *obj, const_char *part, const_char *state, double value, const_char *tween) |
@@ -144,33 +144,33 @@ cdef extern from "Edje_Edit.h": | |||
144 | const_char *edje_edit_part_source_get(Evas_Object *obj, const_char *part) | 144 | const_char *edje_edit_part_source_get(Evas_Object *obj, const_char *part) |
145 | Eina_Bool edje_edit_part_source_set(Evas_Object *obj, const_char *part, const_char *source) | 145 | Eina_Bool edje_edit_part_source_set(Evas_Object *obj, const_char *part, const_char *source) |
146 | Edje_Text_Effect edje_edit_part_effect_get(Evas_Object *obj, const_char *part) | 146 | Edje_Text_Effect edje_edit_part_effect_get(Evas_Object *obj, const_char *part) |
147 | void edje_edit_part_effect_set(Evas_Object *obj, const_char *part, Edje_Text_Effect effect) | 147 | Eina_Bool edje_edit_part_effect_set(Evas_Object *obj, const_char *part, Edje_Text_Effect effect) |
148 | const_char *edje_edit_part_selected_state_get(Evas_Object *obj, const_char *part, double *value) | 148 | const_char *edje_edit_part_selected_state_get(Evas_Object *obj, const_char *part, double *value) |
149 | Eina_Bool edje_edit_part_selected_state_set(Evas_Object *obj, const_char *part, const_char *state, double value) | 149 | Eina_Bool edje_edit_part_selected_state_set(Evas_Object *obj, const_char *part, const_char *state, double value) |
150 | Eina_Bool edje_edit_part_mouse_events_get(Evas_Object *obj, const_char *part) | 150 | Eina_Bool edje_edit_part_mouse_events_get(Evas_Object *obj, const_char *part) |
151 | void edje_edit_part_mouse_events_set(Evas_Object *obj, const_char *part, Eina_Bool mouse_events) | 151 | Eina_Bool edje_edit_part_mouse_events_set(Evas_Object *obj, const_char *part, Eina_Bool mouse_events) |
152 | Eina_Bool edje_edit_part_repeat_events_get(Evas_Object *obj, const_char *part) | 152 | Eina_Bool edje_edit_part_repeat_events_get(Evas_Object *obj, const_char *part) |
153 | void edje_edit_part_repeat_events_set(Evas_Object *obj, const_char *part, Eina_Bool repeat_events) | 153 | Eina_Bool edje_edit_part_repeat_events_set(Evas_Object *obj, const_char *part, Eina_Bool repeat_events) |
154 | Evas_Event_Flags edje_edit_part_ignore_flags_get(Evas_Object *obj, const_char *part) | 154 | Evas_Event_Flags edje_edit_part_ignore_flags_get(Evas_Object *obj, const_char *part) |
155 | void edje_edit_part_ignore_flags_set(Evas_Object *obj, const_char *part, Evas_Event_Flags ignore_flags) | 155 | Eina_Bool edje_edit_part_ignore_flags_set(Evas_Object *obj, const_char *part, Evas_Event_Flags ignore_flags) |
156 | void edje_edit_part_scale_set(Evas_Object *obj, const_char *part, Eina_Bool scale) | 156 | Eina_Bool edje_edit_part_scale_set(Evas_Object *obj, const_char *part, Eina_Bool scale) |
157 | Eina_Bool edje_edit_part_scale_get(Evas_Object *obju, const_char *part) | 157 | Eina_Bool edje_edit_part_scale_get(Evas_Object *obju, const_char *part) |
158 | int edje_edit_part_drag_x_get(Evas_Object *obj, const_char *part) | 158 | int edje_edit_part_drag_x_get(Evas_Object *obj, const_char *part) |
159 | void edje_edit_part_drag_x_set(Evas_Object *obj, const_char *part, int drag) | 159 | Eina_Bool edje_edit_part_drag_x_set(Evas_Object *obj, const_char *part, int drag) |
160 | int edje_edit_part_drag_y_get(Evas_Object *obj, const_char *part) | 160 | int edje_edit_part_drag_y_get(Evas_Object *obj, const_char *part) |
161 | void edje_edit_part_drag_y_set(Evas_Object *obj, const_char *part, int drag) | 161 | Eina_Bool edje_edit_part_drag_y_set(Evas_Object *obj, const_char *part, int drag) |
162 | int edje_edit_part_drag_step_x_get(Evas_Object *obj, const_char *part) | 162 | int edje_edit_part_drag_step_x_get(Evas_Object *obj, const_char *part) |
163 | void edje_edit_part_drag_step_x_set(Evas_Object *obj, const_char *part, int step) | 163 | Eina_Bool edje_edit_part_drag_step_x_set(Evas_Object *obj, const_char *part, int step) |
164 | int edje_edit_part_drag_step_y_get(Evas_Object *obj, const_char *part) | 164 | int edje_edit_part_drag_step_y_get(Evas_Object *obj, const_char *part) |
165 | void edje_edit_part_drag_step_y_set(Evas_Object *obj, const_char *part, int step) | 165 | Eina_Bool edje_edit_part_drag_step_y_set(Evas_Object *obj, const_char *part, int step) |
166 | int edje_edit_part_drag_count_x_get(Evas_Object *obj, const_char *part) | 166 | int edje_edit_part_drag_count_x_get(Evas_Object *obj, const_char *part) |
167 | void edje_edit_part_drag_count_x_set(Evas_Object *obj, const_char *part, int count) | 167 | Eina_Bool edje_edit_part_drag_count_x_set(Evas_Object *obj, const_char *part, int count) |
168 | int edje_edit_part_drag_count_y_get(Evas_Object *obj, const_char *part) | 168 | int edje_edit_part_drag_count_y_get(Evas_Object *obj, const_char *part) |
169 | void edje_edit_part_drag_count_y_set(Evas_Object *obj, const_char *part, int count) | 169 | Eina_Bool edje_edit_part_drag_count_y_set(Evas_Object *obj, const_char *part, int count) |
170 | const_char *edje_edit_part_drag_confine_get(Evas_Object *obj, const_char *part) | 170 | const_char *edje_edit_part_drag_confine_get(Evas_Object *obj, const_char *part) |
171 | void edje_edit_part_drag_confine_set(Evas_Object *obj, const_char *part, const_char *confine) | 171 | Eina_Bool edje_edit_part_drag_confine_set(Evas_Object *obj, const_char *part, const_char *confine) |
172 | const_char *edje_edit_part_drag_event_get(Evas_Object *obj, const_char *part) | 172 | const_char *edje_edit_part_drag_event_get(Evas_Object *obj, const_char *part) |
173 | void edje_edit_part_drag_event_set(Evas_Object *obj, const_char *part, const_char *event) | 173 | Eina_Bool edje_edit_part_drag_event_set(Evas_Object *obj, const_char *part, const_char *event) |
174 | const_char *edje_edit_part_api_name_get(Evas_Object *obj, const_char *part) | 174 | const_char *edje_edit_part_api_name_get(Evas_Object *obj, const_char *part) |
175 | const_char *edje_edit_part_api_description_get(Evas_Object *obj, const_char *part) | 175 | const_char *edje_edit_part_api_description_get(Evas_Object *obj, const_char *part) |
176 | Eina_Bool edje_edit_part_api_name_set(Evas_Object *obj, const_char *part, const_char *name) | 176 | Eina_Bool edje_edit_part_api_name_set(Evas_Object *obj, const_char *part, const_char *name) |
@@ -191,70 +191,70 @@ cdef extern from "Edje_Edit.h": | |||
191 | double edje_edit_state_rel1_relative_y_get(Evas_Object *obj, char *part, char *state, double value) | 191 | double edje_edit_state_rel1_relative_y_get(Evas_Object *obj, char *part, char *state, double value) |
192 | double edje_edit_state_rel2_relative_x_get(Evas_Object *obj, char *part, char *state, double value) | 192 | double edje_edit_state_rel2_relative_x_get(Evas_Object *obj, char *part, char *state, double value) |
193 | double edje_edit_state_rel2_relative_y_get(Evas_Object *obj, char *part, char *state, double value) | 193 | double edje_edit_state_rel2_relative_y_get(Evas_Object *obj, char *part, char *state, double value) |
194 | void edje_edit_state_rel1_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 194 | Eina_Bool edje_edit_state_rel1_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
195 | void edje_edit_state_rel1_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double y) | 195 | Eina_Bool edje_edit_state_rel1_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double y) |
196 | void edje_edit_state_rel2_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 196 | Eina_Bool edje_edit_state_rel2_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
197 | void edje_edit_state_rel2_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double y) | 197 | Eina_Bool edje_edit_state_rel2_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double y) |
198 | int edje_edit_state_rel1_offset_x_get(Evas_Object *obj, char *part, char *state, double value) | 198 | int edje_edit_state_rel1_offset_x_get(Evas_Object *obj, char *part, char *state, double value) |
199 | int edje_edit_state_rel1_offset_y_get(Evas_Object *obj, char *part, char *state, double value) | 199 | int edje_edit_state_rel1_offset_y_get(Evas_Object *obj, char *part, char *state, double value) |
200 | int edje_edit_state_rel2_offset_x_get(Evas_Object *obj, char *part, char *state, double value) | 200 | int edje_edit_state_rel2_offset_x_get(Evas_Object *obj, char *part, char *state, double value) |
201 | int edje_edit_state_rel2_offset_y_get(Evas_Object *obj, char *part, char *state, double value) | 201 | int edje_edit_state_rel2_offset_y_get(Evas_Object *obj, char *part, char *state, double value) |
202 | void edje_edit_state_rel1_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 202 | Eina_Bool edje_edit_state_rel1_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
203 | void edje_edit_state_rel1_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) | 203 | Eina_Bool edje_edit_state_rel1_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) |
204 | void edje_edit_state_rel2_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 204 | Eina_Bool edje_edit_state_rel2_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
205 | void edje_edit_state_rel2_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) | 205 | Eina_Bool edje_edit_state_rel2_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) |
206 | char *edje_edit_state_rel1_to_x_get(Evas_Object *obj, char *part, char *state, double value) | 206 | char *edje_edit_state_rel1_to_x_get(Evas_Object *obj, char *part, char *state, double value) |
207 | char *edje_edit_state_rel1_to_y_get(Evas_Object *obj, char *part, char *state, double value) | 207 | char *edje_edit_state_rel1_to_y_get(Evas_Object *obj, char *part, char *state, double value) |
208 | char *edje_edit_state_rel2_to_x_get(Evas_Object *obj, char *part, char *state, double value) | 208 | char *edje_edit_state_rel2_to_x_get(Evas_Object *obj, char *part, char *state, double value) |
209 | char *edje_edit_state_rel2_to_y_get(Evas_Object *obj, char *part, char *state, double value) | 209 | char *edje_edit_state_rel2_to_y_get(Evas_Object *obj, char *part, char *state, double value) |
210 | void edje_edit_state_rel1_to_x_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) | 210 | Eina_Bool edje_edit_state_rel1_to_x_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) |
211 | void edje_edit_state_rel1_to_y_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) | 211 | Eina_Bool edje_edit_state_rel1_to_y_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) |
212 | void edje_edit_state_rel2_to_x_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) | 212 | Eina_Bool edje_edit_state_rel2_to_x_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) |
213 | void edje_edit_state_rel2_to_y_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) | 213 | Eina_Bool edje_edit_state_rel2_to_y_set(Evas_Object *obj, char *part, char *state, double value, char *rel_to) |
214 | void edje_edit_state_color_get(Evas_Object *obj, char *part, char *state, double value, int *r, int *g, int *b, int *a) | 214 | void edje_edit_state_color_get(Evas_Object *obj, char *part, char *state, double value, int *r, int *g, int *b, int *a) |
215 | void edje_edit_state_color2_get(Evas_Object *obj, char *part, char *state, double value, int *r, int *g, int *b, int *a) | 215 | void edje_edit_state_color2_get(Evas_Object *obj, char *part, char *state, double value, int *r, int *g, int *b, int *a) |
216 | void edje_edit_state_color3_get(Evas_Object *obj, char *part, char *state, double value, int *r, int *g, int *b, int *a) | 216 | void edje_edit_state_color3_get(Evas_Object *obj, char *part, char *state, double value, int *r, int *g, int *b, int *a) |
217 | void edje_edit_state_color_set(Evas_Object *obj, char *part, char *state, double value, int r, int g, int b, int a) | 217 | Eina_Bool edje_edit_state_color_set(Evas_Object *obj, char *part, char *state, double value, int r, int g, int b, int a) |
218 | void edje_edit_state_color2_set(Evas_Object *obj, char *part, char *state, double value, int r, int g, int b, int a) | 218 | Eina_Bool edje_edit_state_color2_set(Evas_Object *obj, char *part, char *state, double value, int r, int g, int b, int a) |
219 | void edje_edit_state_color3_set(Evas_Object *obj, char *part, char *state, double value, int r, int g, int b, int a) | 219 | Eina_Bool edje_edit_state_color3_set(Evas_Object *obj, char *part, char *state, double value, int r, int g, int b, int a) |
220 | double edje_edit_state_align_x_get(Evas_Object *obj, char *part, char *state, double value) | 220 | double edje_edit_state_align_x_get(Evas_Object *obj, char *part, char *state, double value) |
221 | double edje_edit_state_align_y_get(Evas_Object *obj, char *part, char *state, double value) | 221 | double edje_edit_state_align_y_get(Evas_Object *obj, char *part, char *state, double value) |
222 | void edje_edit_state_align_x_set(Evas_Object *obj, char *part, char *state, double value, double align) | 222 | Eina_Bool edje_edit_state_align_x_set(Evas_Object *obj, char *part, char *state, double value, double align) |
223 | void edje_edit_state_align_y_set(Evas_Object *obj, char *part, char *state, double value, double align) | 223 | Eina_Bool edje_edit_state_align_y_set(Evas_Object *obj, char *part, char *state, double value, double align) |
224 | int edje_edit_state_min_w_get(Evas_Object *obj, char *part, char *state, double value) | 224 | int edje_edit_state_min_w_get(Evas_Object *obj, char *part, char *state, double value) |
225 | void edje_edit_state_min_w_set(Evas_Object *obj, char *part, char *state, double value, int min_w) | 225 | Eina_Bool edje_edit_state_min_w_set(Evas_Object *obj, char *part, char *state, double value, int min_w) |
226 | int edje_edit_state_min_h_get(Evas_Object *obj, char *part, char *state, double value) | 226 | int edje_edit_state_min_h_get(Evas_Object *obj, char *part, char *state, double value) |
227 | void edje_edit_state_min_h_set(Evas_Object *obj, char *part, char *state, double value, int min_h) | 227 | Eina_Bool edje_edit_state_min_h_set(Evas_Object *obj, char *part, char *state, double value, int min_h) |
228 | int edje_edit_state_max_w_get(Evas_Object *obj, char *part, char *state, double value) | 228 | int edje_edit_state_max_w_get(Evas_Object *obj, char *part, char *state, double value) |
229 | void edje_edit_state_max_w_set(Evas_Object *obj, char *part, char *state, double value, int max_w) | 229 | Eina_Bool edje_edit_state_max_w_set(Evas_Object *obj, char *part, char *state, double value, int max_w) |
230 | int edje_edit_state_max_h_get(Evas_Object *obj, char *part, char *state, double value) | 230 | int edje_edit_state_max_h_get(Evas_Object *obj, char *part, char *state, double value) |
231 | void edje_edit_state_max_h_set(Evas_Object *obj, char *part, char *state, double value, int max_h) | 231 | Eina_Bool edje_edit_state_max_h_set(Evas_Object *obj, char *part, char *state, double value, int max_h) |
232 | double edje_edit_state_aspect_min_get(Evas_Object *obj, char *part, char *state, double value) | 232 | double edje_edit_state_aspect_min_get(Evas_Object *obj, char *part, char *state, double value) |
233 | double edje_edit_state_aspect_max_get(Evas_Object *obj, char *part, char *state, double value) | 233 | double edje_edit_state_aspect_max_get(Evas_Object *obj, char *part, char *state, double value) |
234 | void edje_edit_state_aspect_min_set(Evas_Object *obj, char *part, char *state, double value, double aspect) | 234 | Eina_Bool edje_edit_state_aspect_min_set(Evas_Object *obj, char *part, char *state, double value, double aspect) |
235 | void edje_edit_state_aspect_max_set(Evas_Object *obj, char *part, char *state, double value, double aspect) | 235 | Eina_Bool edje_edit_state_aspect_max_set(Evas_Object *obj, char *part, char *state, double value, double aspect) |
236 | unsigned char edje_edit_state_aspect_pref_get(Evas_Object *obj, char *part, char *state, double value) | 236 | unsigned char edje_edit_state_aspect_pref_get(Evas_Object *obj, char *part, char *state, double value) |
237 | void edje_edit_state_aspect_pref_set(Evas_Object *obj, char *part, char *state, double value, unsigned char pref) | 237 | Eina_Bool edje_edit_state_aspect_pref_set(Evas_Object *obj, char *part, char *state, double value, unsigned char pref) |
238 | double edje_edit_state_fill_origin_relative_x_get(Evas_Object *obj, char *part, char *state, double value) | 238 | double edje_edit_state_fill_origin_relative_x_get(Evas_Object *obj, char *part, char *state, double value) |
239 | double edje_edit_state_fill_origin_relative_y_get(Evas_Object *obj, char *part, char *state, double value) | 239 | double edje_edit_state_fill_origin_relative_y_get(Evas_Object *obj, char *part, char *state, double value) |
240 | int edje_edit_state_fill_origin_offset_x_get(Evas_Object *obj, char *part, char *state, double value) | 240 | int edje_edit_state_fill_origin_offset_x_get(Evas_Object *obj, char *part, char *state, double value) |
241 | int edje_edit_state_fill_origin_offset_y_get(Evas_Object *obj, char *part, char *state, double value) | 241 | int edje_edit_state_fill_origin_offset_y_get(Evas_Object *obj, char *part, char *state, double value) |
242 | void edje_edit_state_fill_origin_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 242 | Eina_Bool edje_edit_state_fill_origin_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
243 | void edje_edit_state_fill_origin_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double x) | 243 | Eina_Bool edje_edit_state_fill_origin_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double x) |
244 | void edje_edit_state_fill_origin_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 244 | Eina_Bool edje_edit_state_fill_origin_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
245 | void edje_edit_state_fill_origin_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) | 245 | Eina_Bool edje_edit_state_fill_origin_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) |
246 | double edje_edit_state_fill_size_relative_x_get(Evas_Object *obj, char *part, char *state, double value) | 246 | double edje_edit_state_fill_size_relative_x_get(Evas_Object *obj, char *part, char *state, double value) |
247 | double edje_edit_state_fill_size_relative_y_get(Evas_Object *obj, char *part, char *state, double value) | 247 | double edje_edit_state_fill_size_relative_y_get(Evas_Object *obj, char *part, char *state, double value) |
248 | int edje_edit_state_fill_size_offset_x_get(Evas_Object *obj, char *part, char *state, double value) | 248 | int edje_edit_state_fill_size_offset_x_get(Evas_Object *obj, char *part, char *state, double value) |
249 | int edje_edit_state_fill_size_offset_y_get(Evas_Object *obj, char *part, char *state, double value) | 249 | int edje_edit_state_fill_size_offset_y_get(Evas_Object *obj, char *part, char *state, double value) |
250 | void edje_edit_state_fill_size_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 250 | Eina_Bool edje_edit_state_fill_size_relative_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
251 | void edje_edit_state_fill_size_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double x) | 251 | Eina_Bool edje_edit_state_fill_size_relative_y_set(Evas_Object *obj, char *part, char *state, double value, double x) |
252 | void edje_edit_state_fill_size_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) | 252 | Eina_Bool edje_edit_state_fill_size_offset_x_set(Evas_Object *obj, char *part, char *state, double value, double x) |
253 | void edje_edit_state_fill_size_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) | 253 | Eina_Bool edje_edit_state_fill_size_offset_y_set(Evas_Object *obj, char *part, char *state, double value, double y) |
254 | Eina_Bool edje_edit_state_visible_get(Evas_Object *obj, char *part, char *state, double value) | 254 | Eina_Bool edje_edit_state_visible_get(Evas_Object *obj, char *part, char *state, double value) |
255 | void edje_edit_state_visible_set(Evas_Object *obj, char *part, char *state, double value, Eina_Bool visible) | 255 | Eina_Bool edje_edit_state_visible_set(Evas_Object *obj, char *part, char *state, double value, Eina_Bool visible) |
256 | char *edje_edit_state_color_class_get(Evas_Object *obj, char *part, char *state, double value) | 256 | char *edje_edit_state_color_class_get(Evas_Object *obj, char *part, char *state, double value) |
257 | void edje_edit_state_color_class_set(Evas_Object *obj, char *part, char *state, double value, char *color_class) | 257 | Eina_Bool edje_edit_state_color_class_set(Evas_Object *obj, char *part, char *state, double value, char *color_class) |
258 | 258 | ||
259 | # Eina_List * edje_edit_state_external_params_list_get(Evas_Object *obj, char *part, char *state, double value) | 259 | # Eina_List * edje_edit_state_external_params_list_get(Evas_Object *obj, char *part, char *state, double value) |
260 | # Eina_Bool edje_edit_state_external_param_get(Evas_Object *obj, char *part, char *state, double value, char *param, edje.c_edje.Edje_External_Param_Type *type, void **val) | 260 | # Eina_Bool edje_edit_state_external_param_get(Evas_Object *obj, char *part, char *state, double value, char *param, edje.c_edje.Edje_External_Param_Type *type, void **val) |
@@ -313,9 +313,9 @@ cdef extern from "Edje_Edit.h": | |||
313 | 313 | ||
314 | # scripts | 314 | # scripts |
315 | char* edje_edit_script_get(Evas_Object *obj) | 315 | char* edje_edit_script_get(Evas_Object *obj) |
316 | void edje_edit_script_set(Evas_Object *obj, const_char *code) | 316 | Eina_Bool edje_edit_script_set(Evas_Object *obj, const_char *code) |
317 | char* edje_edit_script_program_get(Evas_Object *obj, const_char *prog) | 317 | char* edje_edit_script_program_get(Evas_Object *obj, const_char *prog) |
318 | void edje_edit_script_program_set(Evas_Object *obj, const_char *prog, const_char *code) | 318 | Eina_Bool edje_edit_script_program_set(Evas_Object *obj, const_char *prog, const_char *code) |
319 | Eina_Bool edje_edit_script_compile(Evas_Object *obj) | 319 | Eina_Bool edje_edit_script_compile(Evas_Object *obj) |
320 | const_Eina_List *edje_edit_script_error_list_get(Evas_Object *obj) | 320 | const_Eina_List *edje_edit_script_error_list_get(Evas_Object *obj) |
321 | 321 | ||