Luis Felipe on Nostr: npub1w66s7…hrc58 For what it's worth, I've found it useful to install GTK binaries ...
npub1w66s7p9m6ye68r8ruahta9h3vuf9pckrsewgutg4rwfgdetf4skskhrc58 (npub1w66…rc58)
For what it's worth, I've found it useful to install GTK binaries to make it easier to find the visual components you might need (and the source is right there on the demos).
I also install the documentation, which I browse and search using Devhelp. That way you don't need to go to the web that much.
For example, in a Guix shell:
$ guix shell gtk:bin gtk:doc devhelp
Then you can run
$ gtk4-demo
$ gtk4-widget-factory
And
$ devhelp
for the documentation.
#gnu #guix #gtk
For what it's worth, I've found it useful to install GTK binaries to make it easier to find the visual components you might need (and the source is right there on the demos).
I also install the documentation, which I browse and search using Devhelp. That way you don't need to go to the web that much.
For example, in a Guix shell:
$ guix shell gtk:bin gtk:doc devhelp
Then you can run
$ gtk4-demo
$ gtk4-widget-factory
And
$ devhelp
for the documentation.
#gnu #guix #gtk