David Pirotte writes:
> Excellent! Note that you'll need to update your configuration and
> use/grab 0.8.0-rc7 - which fixes a 'missing some distributed files',
> necessary to be able to run the newly added
>
> examples/gtk-4/layout-manager.scm
> [ a g-golf port of the upstream gtk4-de
Hi Florian,
> ...
> I see, but since Guix builds G-Golf from git rather than a tarball,
> examples/gtk-4/layout-manager.scm had worked already with rc6.
> ...
Ah right -
> ...
> Funny enough, when auto-started, gtk-init is run by GtkApplication
Yes, either GtkApplication or AdwApplication, as p
On 9/20/24 10:47 AM, Matt Wette wrote:
Hi All,
I've generated a new release of nyacc. Due to major change in
the ffi-helper I'm calling this nyacc-2.00.0.
One key item I wanted to mention is that the `set!' procedure from the
new cdata module
expects the value after the cdata object and bef
Hello Greg,
> > ...
> > GEN g-golf/support/color.go
> > Backtrace:
> > In system/base/compile.scm:
> > ...
> > ice-9/boot-9.scm:752:25: In procedure dispatch-exception:
> > no binding `string-replace-substring' in module (ice-9 string-fun)
> > *** [g-golf/support/color.go] Error code 1
>
Hi All,
I've generated a new release of nyacc. Due to major change in
the ffi-helper I'm calling this nyacc-2.00.0.
Thanks to @lechner on #guile for dicussions of pointers and functions.
At the time of this discussion I was also working on extending gtk2+
in Guile to make a tkinter like module.