Small Icons

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

Small Icons

summae3443


When I explore a graphical object, a nice little image of the object appears in an IndentingListItemMorph. How can my Squeak code get at a small icon such as this and what class generates the bitmap for it? It seems that the little image would be very useful in board games as markers for player positions. Are there other ways of doing this?

Dan Norton

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Small Icons

Chris Cunnington

You know it's an IndentingListItemMorph, as I expect you clicked down on the halos while holding your cursor over the icon. Now click on the gray wrench icon. It will bring up a menu with things like "inspect morph", "inspect owner chain", etc.

Chris


On 12-05-04 11:46 AM, [hidden email] wrote:


When I explore a graphical object, a nice little image of the object appears in an IndentingListItemMorph. How can my Squeak code get at a small icon such as this and what class generates the bitmap for it? It seems that the little image would be very useful in board games as markers for player positions. Are there other ways of doing this?

Dan Norton


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners