Documentation ¶
Overview ¶
3 january 2016
2 january 2016
2 january 2016
3 january 2016
6 january 2016
3 january 2016
3 january 2016
2 january 2016
2 january 2016
2 january 2016
2 january 2016
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnShouldQuit ¶
func OnShouldQuit(f func() bool)
Types ¶
type SearchEntry ¶
type SearchEntry struct {
// contains filtered or unexported fields
}
func NewSearchEntry ¶
func NewSearchEntry() *SearchEntry
func (*SearchEntry) Destroy ¶
func (s *SearchEntry) Destroy()
func (*SearchEntry) Handle ¶
func (s *SearchEntry) Handle() uintptr
func (*SearchEntry) OnChanged ¶
func (s *SearchEntry) OnChanged(f func())
func (*SearchEntry) Text ¶
func (s *SearchEntry) Text() string
type SearchIndex ¶
type SearchIndex struct {
// contains filtered or unexported fields
}
func NewSearchIndex ¶
func NewSearchIndex() *SearchIndex
func (*SearchIndex) Add ¶
func (s *SearchIndex) Add(key string, text string)
func (*SearchIndex) Search ¶
func (s *SearchIndex) Search(searchFor string) *SearchResults
type SearchResults ¶
type SearchResults struct {
// contains filtered or unexported fields
}
func (*SearchResults) Dismiss ¶
func (r *SearchResults) Dismiss()
func (*SearchResults) Next ¶
func (r *SearchResults) Next() bool
func (*SearchResults) Result ¶
func (r *SearchResults) Result() string
type Splitter ¶
type Splitter struct {
// contains filtered or unexported fields
}
func NewSplitter ¶
func (*Splitter) SetPosition ¶
type Tree ¶
type Tree struct {
// contains filtered or unexported fields
}
func (*Tree) OnSelected ¶
func (t *Tree) OnSelected(f func())
type TreeModel ¶
type TreeModel struct {
// contains filtered or unexported fields
}
func NewTreeModel ¶
func NewTreeModel(root TreeModelRootNodes) *TreeModel
func (*TreeModel) NodeChanged ¶
func (*TreeModel) RowDeleted ¶
TODO should this be called before or after the node is updated?
type TreeModelRootNodes ¶
type TreeModelRootNodes interface {
RootNodes() []TreeNode
}
type WebView ¶
type WebView struct {
// contains filtered or unexported fields
}
func NewWebView ¶
func NewWebView() *WebView
func (*WebView) NavigateFile ¶
func (*WebView) OnLoadFailed ¶
type Window ¶
type Window struct {
// contains filtered or unexported fields
}
func (*Window) MsgBoxSysError ¶
Click to show internal directories.
Click to hide internal directories.