pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
19 stars 9 forks source link

rename *LookEvent: into *SkinEvent: #155

Open Ducasse opened 5 months ago

Ducasse commented 5 months ago

All the method of skin named LookEvent: should be renamed SkinEvent:

plantec commented 5 months ago

this is on my to do. this means a lot of deprecation transformation to add because 'look' is used in many places

Ducasse commented 5 months ago

Yes I was planning to do it but now I'm working on coypuIDE.

plantec commented 5 months ago

done

plantec commented 5 months ago

after pulling your Stylesheets have to be revised: use ToXxxSkinEvent instead of ToXxxLookEvent all ToXxxLookEvent classes are deprecated and are not dispatched anymore

Ducasse commented 5 months ago

Nice :) so we will have to update the skins.

tinchodias commented 2 months ago

It seems these methods are deprecated (and maybe ready to be removed in next version release):

Screenshot 2024-09-12 at 17 20 28