Fyne API "widget.TextGridCell"

widget.TextGridCell


import "fyne.io/fyne/v2/widget"

Usage

type TextGridCell

type TextGridCell struct {
	Rune  rune
	Style TextGridStyle
}

TextGridCell represents a single cell in a text grid. It has a rune for the text content and a style associated with it.