gtk4 is a companion library to GObject and Gtk+. It includes a collection of dazzling Gtk widgets, data structures, search engines, a shortcut engine, panels, desktop integration, and those missing pieces from common libraries that help you write cleaner and safer code
gtk4 is a companion library to GObject and Gtk+. It includes a collection of dazzling Gtk widgets, data structures, search engines, a shortcut engine, panels, desktop integration, and those missing pieces from common libraries that help you write cleaner and safer code
To install gtk4-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gtk4-devel
To see what files were installed by gtk4-devel, run:
port contents gtk4-devel
To later upgrade gtk4-devel, run:
sudo port selfupdate && sudo port upgrade gtk4-devel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.