Hi,I'm working on the UIPainter importer. I'm able to import already existing spec windows but now i need to retrieve widgets properties.For example, on a ButtonModel i would like to retrieve the Icon. Actually if i want to retrieve it it means than i have to send #iconHolder message. The thing is, to set it we used #icon:Why not uniformize it ? For me, #iconHolder should be #icon. It will be more easier for me to retrieve informations, and for users to use it.