From 54d71a24b6eaa191b2777f6070de252fc26801a3 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 19 Jan 2024 22:07:42 -0500 Subject: add layout from Keitio --- gui/layout/doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gui/layout/doc.go (limited to 'gui/layout/doc.go') 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 -- cgit v1.2.3