1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-20 16:02:17 -07:00
This commit is contained in:
Chris Cummer
2019-08-04 23:23:54 -07:00
parent d372e1029f
commit 06a785d770

View File

@@ -27,6 +27,8 @@ func NewScrollableWidget(app *tview.Application, commonSettings *cfg.Common, foc
return widget
}
/* -------------------- Exported Functions -------------------- */
func (widget *ScrollableWidget) SetRenderFunction(displayFunc func()) {
widget.RenderFunction = displayFunc
}