diff --git a/object.go b/object.go index 96e06b2..f62aa2e 100644 --- a/object.go +++ b/object.go @@ -238,6 +238,8 @@ type TextBox interface { // SetSelectable sets whether or not the text content can be // highlighted/selected. SetSelectable (bool) + // SetDotColor sets the highlight color of selected text. + SetDotColor (color.Color) // Select sets the text cursor or selection. Select (text.Dot) // Dot returns the text cursor or selection.