Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColorizeWidget ¶
func ColorizeWidget(widget termui.Drawable, theme string)
ColorizeWidget applies the theme set on the App object to any widget given.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App represents the entire UI entity that has both the state and behavior of rendering anything to the screen.
type WidgetsThatCaptureInput ¶
type WidgetsThatCaptureInput int
const ( None WidgetsThatCaptureInput = iota CreateTaskTitle CreateTaskDescription )
Click to show internal directories.
Click to hide internal directories.