[Pharo-project] tooltips for inspector 'mystery' buttons
March 23, 2009
4:33 p.m.
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
March 24, 2009
10:27 a.m.
On Mon, Mar 23, 2009 at 5:33 PM, Dale Henrichs <dale.henrichs@gemstone.com> 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
6338
Age (days ago)
6339
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dale Henrichs -
Damien Cassou