package
0.0.0-20190807140233-8d183ef96a57
Repository: https://github.com/keitio/gui.git
Documentation: pkg.go.dev

# Functions

EvenSplit is a SplitFunc used to split a space (almost) evenly among the elements.
NewMux should only be used internally by Layouts.

# Structs

Grid represents a grid with rows and columns in each row.
Mux can be used to multiplex an Env, let's call it a root Env.
RedrawIntercepter is a basic Intercepter, it is meant for use in simple Layouts that only need to redraw themselves.
No description provided by the author

# Interfaces

Intercepter represents an element that can interact with Envs.
Layout represents any graphical layout Lay represents the way to divide space among your childs.

# Type aliases

SplitFunc represents a way to split a space among a number of elements.