Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddView ¶
type AddView struct {
// contains filtered or unexported fields
}
func (*AddView) Layout ¶
func (av *AddView) Layout(gtx layout.Context, th *material.Theme, ctrl *Controller) layout.Dimensions
type Background ¶
func (Background) Layout ¶
func (b Background) Layout(gtx layout.Context, w layout.Widget) layout.Dimensions
type ButtonLayoutStyle ¶
type ButtonLayoutStyle struct { Background color.NRGBA CornerRadius unit.Dp Button *widget.Clickable }
func (ButtonLayoutStyle) Layout ¶
func (b ButtonLayoutStyle) Layout(gtx layout.Context, w layout.Widget) layout.Dimensions
type CodeView ¶
type CodeView struct {
// contains filtered or unexported fields
}
func (*CodeView) Layout ¶
func (cv *CodeView) Layout(gtx layout.Context, th *material.Theme, ctrl *Controller) layout.Dimensions
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) Layout ¶
func (ctrl *Controller) Layout(gtx layout.Context, th *material.Theme) layout.Dimensions
func (*Controller) SwitchTo ¶
func (ctrl *Controller) SwitchTo(page Page)
type IconButton ¶
type IconButton struct {
// contains filtered or unexported fields
}
type Page ¶
type Page interface {
Layout(gtx layout.Context, th *material.Theme, ctrl *Controller) layout.Dimensions
}
type SettingsView ¶
type SettingsView struct {
// contains filtered or unexported fields
}
func (*SettingsView) Layout ¶
func (s *SettingsView) Layout(gtx layout.Context, th *material.Theme, ctrl *Controller) layout.Dimensions
Source Files
¶
Click to show internal directories.
Click to hide internal directories.