Documentation
¶
Index ¶
- func IconAdd(callback func()) (content *fyne.Container)
- func IconClear(callback func()) (content *fyne.Container)
- func IconCopy(callback func()) (content *fyne.Container)
- func IconDelete(callback func()) (content *fyne.Container)
- func IconEdit(callback func()) (content *fyne.Container)
- func IconRemove(callback func()) (content *fyne.Container)
- func IconSave(callback func()) (content *fyne.Container)
- func IconSearch(callback func()) (content *fyne.Container)
- func IconVisibility(callback func()) (content *fyne.Container)
- func IconVisibilityOff(callback func()) (content *fyne.Container)
- func NewContainerWithSize(w float32, h float32, objects ...fyne.CanvasObject) (c *fyne.Container)
- func NewLabelWrap(text string) (label *widget.Label)
- func NewRectangleWithSize(fillColor color.Color, w float32, h float32) (rectangle *canvas.Rectangle)
- func NewRichTextFromMarkdownWrap(text string) (richText *widget.RichText)
- func NewScrollWithSize(content fyne.CanvasObject, w float32, h float32) (scroll *container.Scroll)
- type NumericalEntry
- type Ui
- func (u *Ui) Dialog(title string, content *fyne.Container) dialog.Dialog
- func (u *Ui) DialogError(err error)
- func (u *Ui) DialogInfo(title string, msg string)
- func (u *Ui) DialogOpenFile(callback func(reader fyne.URIReadCloser), filter []string, defaultDir string)
- func (u *Ui) DialogSaveFile(callback func(writer fyne.URIWriteCloser), defaultDir string, ...)
- func (u *Ui) Init()
- func (u *Ui) NweWindow(title string) fyne.Window
- func (u *Ui) NweWindowAndShow(title string, content fyne.CanvasObject)
- func (u *Ui) PrevMainContent()
- func (u *Ui) RefreshBottom(items ...fyne.CanvasObject)
- func (u *Ui) RefreshMainContent(items ...fyne.CanvasObject)
- func (u *Ui) RefreshMainLeft(items ...fyne.CanvasObject)
- func (u *Ui) RefreshTop(items ...fyne.CanvasObject)
- func (u *Ui) ShowAndRun()
- func (u *Ui) UtilToClipboard(value string)
- func (u *Ui) WindowError(err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IconDelete ¶
func IconDelete(callback func()) (content *fyne.Container)
func IconRemove ¶
func IconRemove(callback func()) (content *fyne.Container)
func IconSearch ¶
func IconSearch(callback func()) (content *fyne.Container)
func IconVisibility ¶
func IconVisibility(callback func()) (content *fyne.Container)
func IconVisibilityOff ¶
func IconVisibilityOff(callback func()) (content *fyne.Container)
func NewContainerWithSize ¶
func NewLabelWrap ¶
func NewRectangleWithSize ¶
Types ¶
type NumericalEntry ¶
func NewNumericalEntry ¶
func NewNumericalEntry() *NumericalEntry
func (*NumericalEntry) Keyboard ¶
func (e *NumericalEntry) Keyboard() mobile.KeyboardType
func (*NumericalEntry) TypedRune ¶
func (e *NumericalEntry) TypedRune(r rune)
func (*NumericalEntry) TypedShortcut ¶
func (e *NumericalEntry) TypedShortcut(shortcut fyne.Shortcut)
type Ui ¶
type Ui struct { App fyne.App WindowMain fyne.Window MenuTreeMainLeft *widget.Tree // contains filtered or unexported fields }
func (*Ui) DialogError ¶
func (*Ui) DialogInfo ¶
func (*Ui) DialogOpenFile ¶
func (*Ui) DialogSaveFile ¶
func (*Ui) NweWindowAndShow ¶
func (*Ui) PrevMainContent ¶
func (u *Ui) PrevMainContent()
func (*Ui) RefreshBottom ¶
func (u *Ui) RefreshBottom(items ...fyne.CanvasObject)
func (*Ui) RefreshMainContent ¶
func (u *Ui) RefreshMainContent(items ...fyne.CanvasObject)
func (*Ui) RefreshMainLeft ¶
func (u *Ui) RefreshMainLeft(items ...fyne.CanvasObject)
func (*Ui) RefreshTop ¶
func (u *Ui) RefreshTop(items ...fyne.CanvasObject)
func (*Ui) ShowAndRun ¶
func (u *Ui) ShowAndRun()
func (*Ui) UtilToClipboard ¶
func (*Ui) WindowError ¶
Click to show internal directories.
Click to hide internal directories.