Issue 5645 in pharo: offImage is private but used and it is exactly the same as offIcon

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5645 in pharo: offImage is private but used and it is exactly the same as offIcon

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-2.0

New issue 5645 by [hidden email]: offImage is private but used and  
it is exactly the same as offIcon
http://code.google.com/p/pharo/issues/detail?id=5645

offImage
        "Return the form to be used for indicating an '<off>' marker."
       
        ^self offIcon

onImage
        "Return the form to be used for indicating an '<on>' marker."
       
        ^self onIcon

So we should migrate all the code to use offIcon/onIcon


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5645 in pharo: offImage is private but used and it is exactly the same as offIcon

pharo

Comment #1 on issue 5645 by [hidden email]: offImage is private but  
used and it is exactly the same as offIcon
http://code.google.com/p/pharo/issues/detail?id=5645

We should check the api of other morphs because onImage is used in the API  
of checkboxes.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker