zntg/ui/overlaybase.go

10 lines
122 B
Go
Raw Permalink Normal View History

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