diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-08-24 15:39:09 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-08-24 15:39:09 -0400 |
| commit | 9bf3236dc993a3d8dbf4caf14bd448ab4de70a72 (patch) | |
| tree | 59a2249503e680eb24a2ed68ec775c3dac8d2b57 /layout/doc.go | |
| parent | e725799ad17c575a7a3cd2536f57bd82f85782e5 (diff) | |
| download | gui-9bf3236dc993a3d8dbf4caf14bd448ab4de70a72.zip | |
adapt scroller to new layout design
Diffstat (limited to 'layout/doc.go')
| -rw-r--r-- | layout/doc.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/layout/doc.go b/layout/doc.go deleted file mode 100644 index 8305d43..0000000 --- a/layout/doc.go +++ /dev/null @@ -1,10 +0,0 @@ -/* -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 |