Hi,
I played a bit with that. I did something like this:

window := OSWindow createWithAttributes: (OSWindowAttributes new resizable: false; yourself).
window title: title.

And then:

surface := AthensCairoSDLSurface fromSDLSurface: self window handle handle getWindowSurface


Then you can render everything in the surface from Pharo.

Is this what you want?.




2018-07-19 8:31 GMT-03:00 Peter Uhn��k <i.uhnak@gmail.com>:
Hi,

did anyone play around with launching a separate native window for Pharo?

E.g. I have normal window in which Pharo is, and then I open a separate native window that shows just e.g. Transcript.

I know that there are some projects like OSWindow-SDL and OSWindows-UI (using WinAPI), but both of them are aimed at opening windows with non-pharo content, which is not what I want.

Any pointers?

Thanks,
Peter