diff options
Diffstat (limited to 'gui/layout/doc.go')
| -rw-r--r-- | gui/layout/doc.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gui/layout/doc.go b/gui/layout/doc.go new file mode 100644 index 0000000..8305d43 --- /dev/null +++ b/gui/layout/doc.go @@ -0,0 +1,10 @@ +/* +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 |