diff --git a/menu.go b/menu.go index f3c59b5..ed990d7 100644 --- a/menu.go +++ b/menu.go @@ -9,6 +9,8 @@ import "git.tebibyte.media/tomo/objects/layouts" // Menu is a menu window. // // Sub-components: +// - Root is the root of the window. It is differentiated from a normal Root +// object in that it has the [menu] tag. // - TearLine is a horizontal line at the top of the menu that, when clicked, // causes the menu to be "torn off" into a movable window. type Menu struct {