understanding guile-gi

2022-01-16 Thread Zelphir Kaltstahl
Hello Guile Users! I would like to understand guile-gi better, hopefully at some point I will be able to create GTK applications using Guile. But perhaps my understanding is wrong, so I want to ask a few things: guile-gi – I think this stands for "Guile Gnome(?) Introspection"? gi – I think this

Re: understanding guile-gi

2022-01-16 Thread Luis Felipe
Hi On Sunday, January 16th, 2022 at 1:37 PM, Zelphir Kaltstahl wrote: > guile-gi – I think this stands for "Guile Gnome(?) Introspection"? It's GObject Introspection: https://gi.readthedocs.io/en/latest/ Many libraries become available through GI, not only GTK. > And finally: Is my expectati

Re: understanding guile-gi

2022-01-16 Thread Luis Felipe
On Sunday, January 16th, 2022 at 1:37 PM, Zelphir Kaltstahl wrote: > Which things are part of GTK and which things are part of Gnome? Currently my > picture is: GTK contains all the GUI things and Gnome the data things. For > example: GTK might contain some date picker dialog or popup or whateve

Re: understanding guile-gi

2022-01-16 Thread Zelphir Kaltstahl
Thanks for the example link and the explanations! I'll try to learn from the example. Best regards, Zelphir On 1/16/22 5:45 PM, Luis Felipe wrote: > On Sunday, January 16th, 2022 at 1:37 PM, Zelphir Kaltstahl > wrote: > >> Which things are part of GTK and which things are part of Gnome? Current

Re: understanding guile-gi

2022-01-16 Thread Tim Meehan
:( Links were not posted to list ... could you please post so the rest of us lurking could benefit? :) On Sun, Jan 16, 2022 at 2:40 PM Zelphir Kaltstahl < zelphirkaltst...@posteo.de> wrote: > Thanks for the example link and the explanations! I'll try to learn from > the > example. > > Best regard

Re: understanding guile-gi

2022-01-16 Thread Tim Meehan
Never mind - I'm blind. Sorry for noise. On Sun, Jan 16, 2022 at 3:19 PM Tim Meehan wrote: > :( > Links were not posted to list ... could you please post so the rest of us > lurking could benefit? > :) > > On Sun, Jan 16, 2022 at 2:40 PM Zelphir Kaltstahl < > zelphirkaltst...@posteo.de> wrote: >

Re: understanding guile-gi

2022-01-16 Thread Chris Vine
On Sun, 16 Jan 2022 13:37:02 + Zelphir Kaltstahl wrote: > Hello Guile Users! > > I would like to understand guile-gi better, hopefully at some point I will be > able to create GTK applications using Guile. But perhaps my understanding is > wrong, so I want to ask a few things: > > guile-gi –

Re: understanding guile-gi

2022-01-16 Thread Chris Vine
On Sun, 16 Jan 2022 20:39:47 + Zelphir Kaltstahl wrote: > Thanks for the example link and the explanations! I'll try to learn from the > example. > > Best regards, > Zelphir > > On 1/16/22 5:45 PM, Luis Felipe wrote: > > On Sunday, January 16th, 2022 at 1:37 PM, Zelphir Kaltstahl > > wrot