these parts are hard copies of the part implementations given from the
layouts. Replacing them with the layout implementation just works
ref T8115
cedric | |
zmike |
these parts are hard copies of the part implementations given from the
layouts. Replacing them with the layout implementation just works
ref T8115
Lint OK |
No Unit Test Coverage |
Buildable 12703 |
Just for my personal understanding, what is going on here?
I see that 3 item parts are being mapped onto 2 layout parts. Isn't there an overlap?
Efl.Ui.Item_Part_Icon and Efl.Ui.Item_Part_Extra and Efl.Ui.Item_Part_Content are plain copies of each other.
src/lib/elementary/efl_ui_default_item.eo | ||
---|---|---|
20 | Sorry I missed this, the part is extra in your efl_part_get implementation. |