Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToWidgetKernel ¶
func ToWidgetKernel(slice []interface{}) []interfaces.IWidgetKernel
ToWidgetKernel -
Types ¶
type IHal ¶
type IHal interface { Close() Draw() NewScreen() (interfaces.IScreen, error) Screen(id int) interfaces.IScreen Event() events.IEvent }
IHal -
type TWidgetKernel ¶
type TWidgetKernel struct {
// contains filtered or unexported fields
}
TWidgetKernel -
func (*TWidgetKernel) InitWidgetKernel ¶
func (o *TWidgetKernel) InitWidgetKernel()
InitWidgetKernel -
func (*TWidgetKernel) SetParent ¶
func (o *TWidgetKernel) SetParent(parent interfaces.IWidgetKernel)
SetParent -
func (*TWidgetKernel) SetScreen ¶
func (o *TWidgetKernel) SetScreen(scr interfaces.IScreen)
SetScreen -