package content_window
import "kaiju/editor/ui/content_window"
Types
ContentWindow
struct
type ContentWindow struct {
DirTree []contentEntry
Dir []contentEntry
Query string
// Has unexported fields.
}
New
func New(opener *content_opener.Opener, editor interfaces.Editor, uiGroup *ui.Group) *ContentWindow
ContentWindow.DragUpdate
func (s *ContentWindow) DragUpdate()
ContentWindow.Hide
func (c *ContentWindow) Hide()
ContentWindow.IsRoot
func (s *ContentWindow) IsRoot() bool
ContentWindow.Show
func (c *ContentWindow) Show()
ContentWindow.Toggle
func (c *ContentWindow) Toggle()