amtk is a companion library to GLib and Gtk+. Amtk is an acronym for Actions, Menus and Toolbars Kit. It is a basic GtkUIManager replacement based on GAction. It is suitable for both a traditional UI or a modern UI with a GtkHeaderBar.
amtk is a companion library to GLib and Gtk+. Amtk is an acronym for Actions, Menus and Toolbars Kit. It is a basic GtkUIManager replacement based on GAction. It is suitable for both a traditional UI or a modern UI with a GtkHeaderBar.
To install amtk, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install amtk
To see what files were installed by amtk, run:
port contents amtk
To later upgrade amtk, run:
sudo port selfupdate && sudo port upgrade amtk
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.