Upgrade to v2.7 Fyne API v2.7 app canvas container data/binding data/validation dialog driver driver/desktop driver/embedded driver/mobile driver/software lang layout storage storage/repository test theme widget

Fyne API "widget.TableCellID"

widget.TableCellID


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

Usage

type TableCellID

type TableCellID struct {
	Row int
	Col int
}

TableCellID is a type that represents a cell’s position in a table based on its row and column location.