forms

package
v0.0.0-...-7dd6b40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2024 License: Unlicense Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActionEdit int = iota
	ActionCreate
)
View Source
const (
	Timeout int = 5
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MainWindow

type MainWindow struct {
	// contains filtered or unexported fields
}

func NewMainWindow

func NewMainWindow(a fyne.App) *MainWindow

func (*MainWindow) AddPerson

func (w *MainWindow) AddPerson()

func (*MainWindow) EditPerson

func (w *MainWindow) EditPerson()

func (*MainWindow) GetID

func (w *MainWindow) GetID() (id int64, err error)

func (*MainWindow) Refresh

func (w *MainWindow) Refresh()

func (*MainWindow) RemovePerson

func (w *MainWindow) RemovePerson()

func (*MainWindow) Show

func (w *MainWindow) Show()

type PersonCardWindow

type PersonCardWindow struct {
	// contains filtered or unexported fields
}

func NewPersonCardWindow

func NewPersonCardWindow(a fyne.App, id int64, action int, rw Refreshable) *PersonCardWindow

func (*PersonCardWindow) Save

func (w *PersonCardWindow) Save()

func (*PersonCardWindow) Show

func (w *PersonCardWindow) Show()

type Refreshable

type Refreshable interface {
	Refresh()
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL