Documentation
¶
Index ¶
- func NewScrollWindowModelBuilder() *scrollWindowModelBuilder
- func ScrollWindowResizeCmd(width int, height int) tea.Cmd
- func ScrollWindowSetContentCmd(content string) tea.Cmd
- func ScrollWindowSetTitleCmd(title string) tea.Cmd
- type ScrollWiindowSetTitleMsg
- type ScrollWindowResizeMsg
- type ScrollWindowSetContentMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScrollWindowModelBuilder ¶
func NewScrollWindowModelBuilder() *scrollWindowModelBuilder
func ScrollWindowSetTitleCmd ¶
Types ¶
type ScrollWiindowSetTitleMsg ¶
type ScrollWiindowSetTitleMsg struct {
Title string
}
type ScrollWindowResizeMsg ¶
type ScrollWindowSetContentMsg ¶
type ScrollWindowSetContentMsg struct {
Content string
}
Click to show internal directories.
Click to hide internal directories.