class
class gui.Menu():
implements MenuChildView
constructor (
label :: ObsOrValue.of(View.LabelString),
~enable: enable :: ObsOrValue.of(Boolean) = #true,
~help: help_text :: ObsOrValue.of(maybe(View.LabelString)) = #false,
item :: ObsOrValue.of(MenuChildView),
...
)