Documentation ¶
Index ¶
Constants ¶
View Source
const ( DIALOG_PROC = "dialog" DEFAULT_HEIGHT = 20 DEFAULT_WIDTH = 60 DEFAULT_MENU_HEIGHT = 15 )
Variables ¶
View Source
var ( DefaultTitle = "Title" ErrorDialogRc = "/etc/error.dialogrc" )
Functions ¶
This section is empty.
Types ¶
type CheckListBox ¶
type CheckListItem ¶
type ChildDialog ¶
type ChildDialog struct { Dialog Crumb func() string ParentMenu *Menu MenuOption *MenuOption }
type EditBox ¶
type InputBox ¶
type Menu ¶
type MenuOption ¶
type MixedForm ¶
type MixedForm struct { Text string FormHeight int Items []MixedFormItem }
type MixedFormItem ¶
type MixedFormItem struct {
Label string
}
type ProgramBox ¶
Click to show internal directories.
Click to hide internal directories.