Re: [Pharo-users] Spec / GT Inspector integration

2016-09-01 Thread Alistair Grant
Hi Nicolai, On Thu, Sep 01, 2016 at 11:00:29AM +0200, Nicolai Hess wrote: > > ... > > Here is an example how you can create a spec based presentation (an > IconListModel) ). > Add this method to the other gtInspectorMethods for class Morph (instance > side): > > gtInspectorSubmorphs2In: composi

Re: [Pharo-users] Spec / GT Inspector integration

2016-09-01 Thread Nicolai Hess
Hi Alistair, 2016-09-01 10:38 GMT+02:00 Alistair Grant : > If I have a CompositeModel which I want to display as a tab in a GT > Inspector, what should the inspector method look like? (I haven't been > able to find any examples in the image or on the web) > > I assume it should be something like

[Pharo-users] Spec / GT Inspector integration

2016-09-01 Thread Alistair Grant
If I have a CompositeModel which I want to display as a tab in a GT Inspector, what should the inspector method look like? (I haven't been able to find any examples in the image or on the web) I assume it should be something like: gtInspectEditIn: composite ^ composite spec ti