dialogs

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResizeDialogToWindowWithPadding

func ResizeDialogToWindowWithPadding(d dialog.Dialog, w fyne.Window, padding float32)

Types

type CreateAndStartTaskDialog

type CreateAndStartTaskDialog interface {
	GetTask() *models.TaskData
	Reset()
	HideCloseWindowCheckbox()
	ShowCloseWindowCheckbox()
	// contains filtered or unexported methods
}

CreateAndStartTaskDialog is the main interface for the Create and Start New Task dialog

func NewCreateAndStartTaskDialog

func NewCreateAndStartTaskDialog(prefs fyne.Preferences, cb func(bool), parent fyne.Window) CreateAndStartTaskDialog

NewCreateAndStartTaskDialog creates a new instance of the Create and Start a New Task dialog

type StopTaskDialog

type StopTaskDialog interface {
	SetCloseWindowCheckbox(hidden bool)
	// contains filtered or unexported methods
}

StopTaskDialog is the main interface for the Stop Task dialog

func NewStopTaskDialog

func NewStopTaskDialog(task models.TaskData, prefs fyne.Preferences, cb func(bool), parent fyne.Window) StopTaskDialog

NewStopTaskDialog creates a new instance of the Stop Task dialog

Jump to

Keyboard shortcuts

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