Documentation ¶
Index ¶
Constants ¶
View Source
const HelpChildLevelDataViewKeybindings = `
**Exit view: **
Press 'x' to exit current view
`
View Source
const HelpCommonDataViewKeybindings = `` /* 1947-byte string literal not displayed */
View Source
const HelpHeaderText = `` /* 1339-byte string literal not displayed */
View Source
const HelpTopLevelDataViewKeybindings = `
**Display: **
Press 'd' to show data view menu.
**Quit: **
Press 'q' to quit application.
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelpView ¶
type HelpView struct {
// contains filtered or unexported fields
}
func NewHelpView ¶
func NewHelpView(masterUI masterUIInterface.MasterUIInterface, name string, width, height int, helpText string) *HelpView
Click to show internal directories.
Click to hide internal directories.