On Sun, 10 Nov 2013 17:09:31 -0500 Robert Heller said:
> In the enlightenment sources there seem to be at least two (and sometimes
> *three*) different(?) ways of doing some things. For example for tables:
>
> e_table_add() + e_table_pack()
> e_widget_table_add() + e_widget_table_object_append
In the enlightenment sources there seem to be at least two (and sometimes
*three*) different(?) ways of doing some things. For example for tables:
e_table_add() + e_table_pack()
e_widget_table_add() + e_widget_table_object_append()
evas_object__add() + edje_object_part_table_pack()
There are se