mxt is a fast and simple little X toolkit for C++ basically it provides some simple classes to abstract the X calls to create and manage simple windows, graphics contexts and pixmaps. mxt is NOT a Widget set! nor is it a shared library. it does however allow you to easily crate simple widgets if that is wmat you want.. it is designed so you can quickly get a window anto the screen and manipulate it with a minimum of fuss while not having to worry about things like setting WM hints and whatnot. it is meant to be compiled directly into your code and distributed with what you write so there are no version dependancies. it may also be modified to fit certain needs or exended or anything .. the code is simple and easy to usderstand.
NOTE:
mxt is depreciated and no longer under development, it is not very good code in any case. feel free to use it as a starting point for your own project.
get it here: mxt001.tar.gz