Documentation ¶
Overview ¶
toc
Index ¶
- type ChapterLocation
- type ChapterLocationList
- func (clist ChapterLocationList) Fields() []string
- func (clist ChapterLocationList) Filter(kw string, i int)
- func (clist ChapterLocationList) Item(id int) []string
- func (clist ChapterLocationList) Len() int
- func (clist ChapterLocationList) Less(i, j int) bool
- func (clist ChapterLocationList) Sort(field int, ascend bool)
- func (clist ChapterLocationList) Swap(i, j int)
- type GOTOChapterHandler
- type ToCDialog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChapterLocation ¶
key is the chapter name, int the is the its line id
type ChapterLocationList ¶
type ChapterLocationList []ChapterLocation
func (ChapterLocationList) Fields ¶
func (clist ChapterLocationList) Fields() []string
func (ChapterLocationList) Filter ¶
func (clist ChapterLocationList) Filter(kw string, i int)
func (ChapterLocationList) Item ¶
func (clist ChapterLocationList) Item(id int) []string
func (ChapterLocationList) Len ¶
func (clist ChapterLocationList) Len() int
func (ChapterLocationList) Less ¶
func (clist ChapterLocationList) Less(i, j int) bool
func (ChapterLocationList) Sort ¶
func (clist ChapterLocationList) Sort(field int, ascend bool)
func (ChapterLocationList) Swap ¶
func (clist ChapterLocationList) Swap(i, j int)
type GOTOChapterHandler ¶
type ToCDialog ¶
type ToCDialog struct { fyne.Window // contains filtered or unexported fields }
func NewToCDialog ¶
func NewToCDialog(val [][]byte, parent fyne.Window, h GOTOChapterHandler) *ToCDialog
func (*ToCDialog) SetSelection ¶
Click to show internal directories.
Click to hide internal directories.