Starting from this commit:
https://git.enlightenment.org/core/elementary.git/commit/?id=015db15c626b9b06116fcc8f7ec61bbae3c6cc30

combobox now inherit from Genlist and Multibuttonentry, this is causing
some name clashes, in particular
I found the item_append() function to be present (and needed) in both
parent class.

This is an issue in bindings, where you use it like:
cbox.item_append(...)
what function do I need to call in this case? the one from genlist or the
one from multibuttonentry?
do you want to add the item in the genlist or in the mbe?

TBH I also found the new combobox multi selection functionality quite
broken atm, for example it's
quite impossible to make the widget the right size, it always appear super
small, unless you perform
hacks like the table+rect one, or use and edje layout (like is done the
elementary_test)

If we don't a have a solution/explanation for the name clash I suggest to
revert this commit for the
1.18 release and fix/discuss better in the next cycle

Thanks
davemds
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to