Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsList ¶
type AccountsList struct { Window fyne.Window // contains filtered or unexported fields }
func NewAccountsList ¶
func NewAccountsList(w fyne.Window) AccountsList
func (*AccountsList) Build ¶
func (al *AccountsList) Build() fyne.CanvasObject
type App ¶
type App struct { App fyne.App MainWindow fyne.Window Height float32 Width float32 Canvas fyne.CanvasObject }
func (*App) SetContent ¶
func (a *App) SetContent(c fyne.CanvasObject)
func (*App) ShowMainWindow ¶
func (a *App) ShowMainWindow()
type CreateAccountForm ¶
func NewCreateAccountForm ¶
func NewCreateAccountForm(w fyne.Window, a *models.Account) CreateAccountForm
func (*CreateAccountForm) Build ¶
func (caf *CreateAccountForm) Build() fyne.CanvasObject
type ReceiptDialog ¶
type ReceiptDialog struct {
// contains filtered or unexported fields
}
func NewReceiptDialog ¶
func NewReceiptDialog(garageNumber string, window fyne.Window, refresh func(...bool)) *ReceiptDialog
func (*ReceiptDialog) Build ¶
func (rd *ReceiptDialog) Build() dialog.Dialog
Click to show internal directories.
Click to hide internal directories.