Hi everyone,

I would like to extend GTInspector for custom object - add a roassal view
tab.
I found this kind of code to do this:

gtInspectorViewIn: composite
        <gtInspectorPresentationOrder: 40>
        composite roassal2
                title: 'View';
                painting: [ :view | self viewOn: view ]

The problem is, that I want to use a view that I already have, but not the
one which is passed as an argument to block [ :view | self viewOn: view ].
It should be simple. Am I missing something?

Best regards,
Mark



--
View this message in context: 
http://forum.world.st/GTInspector-add-view-tab-for-custom-object-tp4853161.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to