-
-
Notifications
You must be signed in to change notification settings - Fork 94
GTK development resources
Jeff Stafford edited this page Sep 27, 2022
·
4 revisions
Install the GTK3 dev tools with sudo dnf install gtk3-devel
- Visual index of GTK3 widgets: https://docs.gtk.org/gtk3/visual_index.html
-
gtk3-widget-factory
- View available widgets -
gtk3-icon-browser
- View available icons
- GTK3 docs: https://docs.gtk.org/gtk3
- gotk3 docs: https://pkg.go.dev/github.com/gotk3/gotk3
- A useful guide on creating and working with various GTK widgets (even though it's in Python): https://python-gtk-3-tutorial.readthedocs.io/en/latest/index.html
- Pango markup language (for GTK labels with markup): https://docs.gtk.org/Pango/pango_markup.html