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 explosio
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
Since there is work going on the combobox now, I thought this might go in
(or something like it)
This patch introduces two functions:
etk_combobox_item_fields_nth_set and etk_combobox_item_fields_nth_get
to get/set a specific column's widget of the combobox.
This is needed for perl bindings.
Reg