package
4.1.1
Repository: https://github.com/oakmound/oak.git
Documentation: pkg.go.dev

# Functions

Content sets the button option to create for each button at x,y coordinates on this grid.
ContentAt sets the button uption to create for a button at a given x,y coordinate on this grid.
Defaults sets the starting option used to create buttons in this grid.
Height sets the number of buttons vertically that this grid will make.
New creates a grid of buttons from a set of options.
Width sets the number of buttons horizontally that this grid will make.
XGap sets the gap between buttons horizontally on this grid.
YGap sets the gap between buttons vertically on this grid.

# Structs

A Generator defines the variables used to create grids from optional arguments.

# Type aliases

A Grid is a 2D slice of entities.
An Option modifies a generator prior to grid generation.