Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRootItems ¶
func GetRootItems() (r []string)
func ShowOpenFile ¶
func ShowOpenFile(parent uiinterfaces.Widget, selected func(filePath string))
Types ¶
type FileInfo ¶
type FileInfo struct {
Path string
Name string
Dir bool
NameWithoutExt string
Ext string
Size int64
Date time.Time
Attr string
}
func (*FileInfo) SizeAsString ¶
type OpenFileDialog ¶
type OpenFileDialog struct {
uicontrols.Dialog
// contains filtered or unexported fields
}
func NewOpenFileDialog ¶
func NewOpenFileDialog(parent uiinterfaces.Widget, defaultDirectory string) *OpenFileDialog
func (*OpenFileDialog) SetRoot ¶
func (c *OpenFileDialog) SetRoot(path string)
Click to show internal directories.
Click to hide internal directories.