in ManiaLive\Gui\Windowing\Container we have:
function addComponent(Drawable $component)
function removeComponent(Component $component)
and Component and Drawable are not related (inheritance-wise).
Is it normal? You can stuff like: add a Drawable, and then you cannot remove it
because it's not a Component.
Original issue reported on code.google.com by maximeraoust on 19 Jul 2011 at 5:32
Original issue reported on code.google.com by
maximeraoust
on 19 Jul 2011 at 5:32