Re: GObject Introspection and GTK3 way forward

2018-09-08 Thread David Pirotte
Hello Mike, > ... > If I were you, I'd try to run and use sbank: > ... I also came across this multi-platform 'mini' gui lib, which uses GTK+ (>= 3.10) https://github.com/andlabs/libui [ no webkitgtk though, but ... As you'll notice, quite a few languages made bindings. I did l

Re: GObject Introspection and GTK3 way forward

2018-09-05 Thread Mike Gran
On Wed, Sep 05, 2018 at 07:07:11PM -0300, David Pirotte wrote: > > If I were you, I'd try to run and use sbank: > >https://github.com/rotty/sbank.git > > [ even though itis a bit old and will need some love, it's retty well > [ written and is in schee already ... > > t needs

Re: GObject Introspection and GTK3 way forward

2018-09-05 Thread David Pirotte
Mike, > ... > If I were you, I'd try to run and use sbank: > >https://github.com/rotty/sbank.git You may want to look at this code as well, as a source of inspiration maybe... https://github.com/andy128k/cl-gobject-introspection David pgp0pnDwFNVPo.pgp Description: OpenPGP di

Re: GObject Introspection and GTK3 way forward

2018-09-05 Thread David Pirotte
Hello Mike, sorry I didn't answer your previous email yet, but my laptop refused to work little after I did read it, and it took me almost two days to get it back... > So, I've decided to make a go at finishing the GObject Introspection > and GTK3 story for Guile. I would very

Re: GObject Introspection and GTK3 way forward

2018-09-05 Thread Matt Wette
On 09/05/2018 10:29 AM, Mike Gran wrote: Hey all- So, I've decided to make a go at finishing the GObject Introspection and GTK3 story for Guile. I would very much like to have something running in time for Fosdem 2019. I've looked at the other two previous attempts: g-golf, and the older gui