Fyne API "widget.TableCellID"

widget.TableCellID


import "fyne.io/fyne/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 it’s row and column location.