fyneh

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFixedLayout

func NewFixedLayout(size fyne.Size, offsetX float32, offsetY float32) fyne.Layout

func NewIconLayout

func NewIconLayout() fyne.Layout

Types

type BaseRenderer

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

func NewBaseRenderer

func NewBaseRenderer(objects []fyne.CanvasObject) BaseRenderer

func (*BaseRenderer) Destroy

func (r *BaseRenderer) Destroy()

func (*BaseRenderer) Objects

func (r *BaseRenderer) Objects() []fyne.CanvasObject

func (*BaseRenderer) SetObjects

func (r *BaseRenderer) SetObjects(objects []fyne.CanvasObject)

type FixedContainer

type FixedContainer struct {
	widget.BaseWidget

	Content  fyne.CanvasObject
	OnTapped func()
	// contains filtered or unexported fields
}

func NewFixedContainer

func NewFixedContainer(content fyne.CanvasObject, offsetX float32, offsetY float32) *FixedContainer

func (*FixedContainer) CreateRenderer

func (f *FixedContainer) CreateRenderer() fyne.WidgetRenderer

func (*FixedContainer) DragEnd

func (*FixedContainer) DragEnd()

func (*FixedContainer) Dragged

func (*FixedContainer) Dragged(e *fyne.DragEvent)

func (*FixedContainer) MinSize

func (f *FixedContainer) MinSize() fyne.Size

func (*FixedContainer) Refresh

func (f *FixedContainer) Refresh()

func (*FixedContainer) Resize

func (f *FixedContainer) Resize(sz fyne.Size)

func (*FixedContainer) Scrolled

func (*FixedContainer) Scrolled(ev *fyne.ScrollEvent)

func (*FixedContainer) SetMinSize

func (f *FixedContainer) SetMinSize(size fyne.Size)

func (*FixedContainer) Tapped

func (f *FixedContainer) Tapped(*fyne.PointEvent)

type InputEntry

type InputEntry struct {
	widget.Entry
	OnEsc      func()
	OnTypedKey func(ke *fyne.KeyEvent) bool
}

func (*InputEntry) TypedKey

func (e *InputEntry) TypedKey(key *fyne.KeyEvent)

type OutputLabel

type OutputLabel struct {
	widget.Label
	FullText string
	// contains filtered or unexported fields
}

func (*OutputLabel) Bind

func (l *OutputLabel) Bind(data binding.String)

func (*OutputLabel) TappedSecondary

func (l *OutputLabel) TappedSecondary(*fyne.PointEvent)

func (*OutputLabel) Unbind

func (l *OutputLabel) Unbind()

Jump to

Keyboard shortcuts

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