package ui type OverlayBase struct { ControlBase } func (o *OverlayBase) Hidden() {} func (o *OverlayBase) Shown() {}