MCPcopy
hub / github.com/liamg/darktile / HintAPI

Interface HintAPI

internal/app/darktile/hinters/api.go:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type HintAPI interface {
10 ShowMessage(msg string)
11 SetCursorToPointer()
12 ResetCursor()
13 Highlight(start termutil.Position, end termutil.Position, label string, img image.Image)
14 ClearHighlight()
15 CellSize() image.Point
16}

Callers 17

ClickMethod · 0.65
ActivateMethod · 0.65
DeactivateMethod · 0.65
ActivateMethod · 0.65
ActivateMethod · 0.65
ActivateMethod · 0.65
ActivateMethod · 0.65
ActivateMethod · 0.65
HighlightMethod · 0.65
DeactivateMethod · 0.65
DeactivateMethod · 0.65
DeactivateMethod · 0.65

Implementers 2

TestAPIinternal/app/darktile/hinters/api_test
GUIinternal/app/darktile/gui/gui.go

Calls

no outgoing calls

Tested by

no test coverage detected