A graphical user interface toolkit for X based on the X11 Xlib library
XForms is a graphical user interface toolkit for X based on the X11 Xlib library. It's written in C and allows to easily write GUIs for programs. For that it comes with a lot of widgets (buttons, menus, input fields, scrollbars, you name it) as well as fdesign, a tool that lets you create a GUI using a GUI. In addition, the library is extensible and new objects can easily be created and added to the library.
XForms is a graphical user interface toolkit for X based on the X11 Xlib library. It's written in C and allows to easily write GUIs for programs. For that it comes with a lot of widgets (buttons, menus, input fields, scrollbars, you name it) as well as fdesign, a tool that lets you create a GUI using a GUI. In addition, the library is extensible and new objects can easily be created and added to the library.
To install xforms, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xforms
To see what files were installed by xforms, run:
port contents xforms
To later upgrade xforms, run:
sudo port selfupdate && sudo port upgrade xforms
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.