XmlWidget can create windows using XML languaje. XML window description is sended to XmlWidget using standard input. Events are returned using standard output.

Gtk2 version requires python and gtk for python.

INSTALL

Install python. Then copy xmlwidget.py to install path as xmlwidget:

cp xmlwidget.py /usr/local/bin/xmlwidget

Make it executable:

chmod +x /usr/local/bin/xmlwidget

That is all.