Skip to content

package content_window

import "kaiju/editor/ui/content_window"

Types

ContentWindow

struct

type ContentWindow struct {
    DirTree []contentEntry
    Dir     []contentEntry

    SearchText string
    Query      string

    // Has unexported fields.
}

New

func New(opener *content_opener.Opener, editor editor_interface.Editor) *ContentWindow

ContentWindow.Destroy

func (s *ContentWindow) Destroy()

ContentWindow.Document

func (s *ContentWindow) Document() *document.Document

ContentWindow.IsRoot

func (s *ContentWindow) IsRoot() bool

ContentWindow.Reload

func (s *ContentWindow) Reload(uiMan *ui.Manager, root *document.Element)

ContentWindow.TabTitle

func (s *ContentWindow) TabTitle() string