Documentation
¶
Index ¶
- Constants
- func NewFooter(gtx layout.Context, theme *material.Theme, obj FooterItems) layout.Dimensions
- func NewHeader(gtx layout.Context, theme *material.Theme, state string) layout.Dimensions
- func NewMessage(gtx layout.Context, theme *material.Theme, message Message) layout.Dimensions
- func NewShortcuts(gtx layout.Context, theme *material.Theme) layout.Dimensions
- func NewSlot(gtx layout.Context, theme *material.Theme, slot Slot) layout.Dimensions
- type FooterItems
- type Message
- type Slot
- type SlotState
- type SlotType
Constants ¶
View Source
const ( EmptyUsable = iota EmptyUnusable FilledUsable )
Variables ¶
This section is empty.
Functions ¶
func NewFooter ¶
func NewFooter(gtx layout.Context, theme *material.Theme, obj FooterItems) layout.Dimensions
func NewMessage ¶
func NewShortcuts ¶
Types ¶
type FooterItems ¶
type FooterItems struct {
}
FooterItems contains all the pointers to its interactive items.
Click to show internal directories.
Click to hide internal directories.