Add a section in the docs about using GTK and SVG icons #182
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
java-gi/java-gi!182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "using-icons"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks for the PR!
I have a few small review comments, but very happy with this!
@ -0,0 +1,110 @@In order to use icons with GTK, we have two options :There's a gtk4-icon-browser too. In Ubuntu/Debian, it is in the package
gtk-4-examples, in Fedora it is ingtk4-devel-tools.dnf install glib2-develshould do the trick. The additional version info isn't needed and will quickly be outdatedouapp->ourappThanks for the review, just pushed fixes 👍