Documentation ¶
Index ¶
- func Basename() string
- func Current() fyne.CanvasObject
- func CurrentDir() string
- func CurrentFile() string
- func CurrentFunc() string
- func CurrentLine() int
- func CyyList(data []string) *widget.List
- func FileTree(root string, fn func(uid widget.TreeNodeID)) *widget.Tree
- func NewOpenFile(data binding.String, lbl string, filters []string, w fyne.Window) *fyne.Container
- func NewOpenFolder(data binding.String, lbl string, w fyne.Window) *fyne.Container
- func Shuerte() fyne.CanvasObject
- func StarLight() fyne.CanvasObject
- func SudokGo(win fyne.Window) fyne.CanvasObject
- type Page
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Basename ¶
func Basename() string
Basename is current file basename provider, like `basename(__FILE__)` of PHP.
func CurrentDir ¶
func CurrentDir() string
Dir is current directory provider, like `__DIR__` of PHP.
func CurrentFile ¶
func CurrentFile() string
File is current file name provider, like `__FILE__` of PHP.
func CurrentFunc ¶
func CurrentFunc() string
Func is current function name provider, like `__FUNCTION__` of PHP.
func NewOpenFile ¶
bdFilePath := binding.NewString() filters:=[]string{".jpg",".jpeg",".png"} filters:=[]string{".zip",".rar",".tar"} openFile := NewOpenFile(bdFilePath,filters w)
func NewOpenFolder ¶
bdFolderPath := binding.NewString() openFolder := NewOpenFolder(outData, w)
Types ¶
Click to show internal directories.
Click to hide internal directories.