cusWidget

package
v0.0.0-...-3519b65 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCheckGroup

func CreateCheckGroup(labelsAndInit []LabelAndInit, h bool, singleCheck bool, clickCallback CheckedGroupClickCallback) *fyne.Container

Types

type CheckGroup

type CheckGroup struct {
	CheckList     []*widget.Check
	CheckedLabel  string
	ClickCallback CheckedGroupClickCallback
}

func (*CheckGroup) Create

func (group *CheckGroup) Create(labels []string, h bool) *fyne.Container

type CheckedGroupClickCallback

type CheckedGroupClickCallback func(label string, checked bool)

type LabelAndInit

type LabelAndInit struct {
	Label     string
	InitCheck bool
}

Jump to

Keyboard shortcuts

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