Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultipleChoice ¶
type MultipleChoice struct {
// contains filtered or unexported fields
}
func NewMultipleChoice ¶
func NewMultipleChoice(choices []string) MultipleChoice
func (MultipleChoice) Index ¶
func (m MultipleChoice) Index() int
func (MultipleChoice) Selected ¶
func (m MultipleChoice) Selected() string
func (*MultipleChoice) SetIndex ¶
func (m *MultipleChoice) SetIndex(index int)
Click to show internal directories.
Click to hide internal directories.