/*
Package layout provides a Layout system for faiface/gui.
The core of the package is the Layout interface, everything else is just
implementation.
The Layouts represent a Layout, and the Mux makes them usable.
The Mux basically acts as a sort of driver.
*/
package layout