Re: [E-devel] [PATCH] Etk combobox

2007-03-11 Thread Chady Kassouf
Hi Simon, yes, these functions make sense only for etk-perl, and the reasson for these is that I cannot use va_lists in perl xs, so I will have to manually count the arguments and do proper casting, so with 5 possible columns per item, and 2 possible types per column, it's a combinatorial

Re: [E-devel] [PATCH] Etk combobox

2007-03-09 Thread Simon TRENY
Hi Chady! Why exactly do you need these two functions? To insert new items in a combobox? If that's so, couldn't you just do what you did with row insertion in an Etk_Tree? iirc you fixed row insertion by using directly etk_tree_row_fields_set(). Since there is no etk_tree_row_fields_nth_set() in