tooltips for inspector 'mystery' buttons

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

tooltips for inspector 'mystery' buttons

Dale
With 10259, there are tool tips for the 'mystery' buttons in the inspectors...

If you have added a custom inspector method, you need to add #tooltip: to your pragama like the following for Object>>basicInspectorNodes:

  <inspector: #'1' priority: 600 toolTip: 'Basic elements'>

Dale

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

Re: tooltips for inspector 'mystery' buttons

Damien Cassou
On Mon, Mar 23, 2009 at 5:33 PM, Dale Henrichs
<[hidden email]> wrote:
> With 10259, there are tool tips for the 'mystery' buttons in the inspectors...
>
> If you have added a custom inspector method, you need to add #tooltip: to your pragama like the following for Object>>basicInspectorNodes:
>
>  <inspector: #'1' priority: 600 toolTip: 'Basic elements'>

Nice, thank you

--
Damien Cassou
http://damiencassou.seasidehosting.st

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