MCPcopy Create free account

hub / github.com/gizak/termui / functions

Functions157 in github.com/gizak/termui

MethodDraw
(buf *Buffer)
v3/widgets/paragraph.go:28
MethodDraw
(buf *Buffer)
v3/widgets/table.go:46
MethodDraw
(buf *Buffer)
v3/widgets/barchart.go:41
MethodDraw
(buf *Buffer)
v3/widgets/stacked_barchart.go:41
MethodDraw
(buf *Buffer)
v3/widgets/sparkline.go:44
MethodDraw
(buf *Buffer)
v3/widgets/plot.go:201
MethodDraw
(buf *Buffer)
v3/widgets/gauge.go:30
MethodDraw
(buf *Buffer)
v3/widgets/tabs.go:45
MethodDraw
(buf *Buffer)
v3/widgets/list.go:33
MethodExpand
()
v3/widgets/tree.go:225
MethodGetCell
(p image.Point)
v3/buffer.go:53
FunctionGetMaxIntFromSlice
(slice []int)
v3/utils.go:70
MethodGetRect
GetRect implements the Drawable interface.
v3/block.go:103
FunctionInit
Init initializes termbox-go and is required to render anything. After initialization, the library must be finalized with `Close`.
v3/backend.go:13
FunctionNewBarChart
()
v3/widgets/barchart.go:29
FunctionNewCanvas
()
v3/canvas.go:14
FunctionNewCol
NewCol takes a height percentage and either a widget or a Row or Column
v3/grid.go:41
FunctionNewGauge
()
v3/widgets/gauge.go:22
FunctionNewGrid
()
v3/grid.go:32
FunctionNewImage
(img image.Image)
v3/widgets/image.go:22
FunctionNewList
()
v3/widgets/list.go:25
FunctionNewParagraph
()
v3/widgets/paragraph.go:20
FunctionNewPieChart
NewPieChart Creates a new pie chart with reasonable defaults and no labels.
v3/widgets/piechart.go:29
FunctionNewPlot
()
v3/widgets/plot.go:64
FunctionNewRow
NewRow takes a width percentage and either a widget or a Row or Column
v3/grid.go:56
FunctionNewSparkline
NewSparkline returns a unrenderable single sparkline that needs to be added to a SparklineGroup
v3/widgets/sparkline.go:30
FunctionNewSparklineGroup
(sls ...*Sparkline)
v3/widgets/sparkline.go:37
FunctionNewStackedBarChart
()
v3/widgets/stacked_barchart.go:29
FunctionNewTabPane
(names ...string)
v3/widgets/tabs.go:24
FunctionNewTable
()
v3/widgets/table.go:36
FunctionNewTree
NewTree creates a new Tree widget.
v3/widgets/tree.go:60
FunctionPollEvents
PollEvents gets events from termbox, converts them, then sends them to each of its channels.
v3/events.go:70
MethodRGBA
()
v3/widgets/image.go:135
FunctionRender
(items ...Drawable)
v3/render.go:21
MethodSelectedNode
()
v3/widgets/tree.go:176
MethodSetPoint
(p image.Point, color Color)
v3/canvas.go:21
MethodSetRect
SetRect implements the Drawable interface.
v3/block.go:92
FunctionSumIntSlice
Math ------------------------------------------------------------------------
v3/utils.go:54
FunctionTerminalDimensions
()
v3/backend.go:27
Functionmain
logs all events to the termui window stdout can also be redirected to a file and read with `tail -f`
_test/log_events.go:18
Functionmain
()
_examples/piechart.go:18
Functionmain
()
_examples/grid.go:18
Functionmain
()
_examples/tree.go:18
Functionmain
()
_examples/demo.go:18
Functionmain
()
_examples/image.go:25
Functionmain
()
_examples/paragraph.go:16
Functionmain
()
_examples/table.go:16
Functionmain
()
_examples/barchart.go:16
Functionmain
()
_examples/stacked_barchart.go:16
Functionmain
()
_examples/hello_world.go:12
Functionmain
()
_examples/sparkline.go:16
Functionmain
()
_examples/plot.go:17
Functionmain
()
_examples/canvas.go:12
Functionmain
()
_examples/gauge.go:17
Functionmain
()
_examples/tabs.go:16
Functionmain
()
_examples/list.go:16
Methodperimeter
computes the perimeter of a circle
v3/widgets/piechart.go:95
← previous101–157 of 157, ranked by callers