Oct. 2, 2018
5:38 p.m.
Thanks for the tips. It works, the view is not interactive though Hilaire Le 30/09/2018 à 16:18, Juraj Kubelka via Pharo-users a écrit :
You can create extension similar to one you have here:Â DrGeoCanvas>>#gtInspectorCanvasIn:
DrGeoCanvas>>#gtCanvasIn: aView <gtView> ^ self view ifNil: [ aView empty ] ifNotNil: [ :aMorph | aMorph gtMorphFor: aView ]
Then you can obtain Documenter views like this:
-- Dr. Geo http://drgeo.eu