Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Panel ¶
type Panel struct { widget.BaseWidget HideParent bool Filter storage.FileFilter // contains filtered or unexported fields }
func NewFylesPanel ¶
func NewFylesPanel(c func(fyne.URI), w fyne.Window) *Panel
func (*Panel) CreateRenderer ¶
func (p *Panel) CreateRenderer() fyne.WidgetRenderer
func (*Panel) SetDir ¶
func (p *Panel) SetDir(u fyne.URI)
SetDir asks the fyles panel to display the specified directory
func (*Panel) SetListing ¶
func (p *Panel) SetListing(u []fyne.URI)
SetListing asks the fyles panel to display a list of URIs. This supports manually creating a collection of items not in a standard directory.
Click to show internal directories.
Click to hide internal directories.