Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dimensions ¶
type Dimensions = layout.Dimensions
type Home ¶
type Home struct { Texto string Editor *widget.Editor TwitchChannel chan string Next chan struct{} ConnectTwitch chan struct{} Img image.Image *component.ComponentTheme }
func NewHomeScreen ¶
func (*Home) Render ¶
func (m *Home) Render(gtx Context) Dimensions
func (*Home) TwitchIcon ¶
func (m *Home) TwitchIcon(gtx Context) Dimensions
type Screen ¶
type Screen interface {
Render(gtx Context) Dimensions
}
Click to show internal directories.
Click to hide internal directories.