Remove Heading.SetSelectable
This commit is contained in:
parent
14f6e175f0
commit
c043f9bf8d
@ -44,12 +44,6 @@ func (this *Heading) SetText (text string) {
|
||||
this.box.SetText(text)
|
||||
}
|
||||
|
||||
// SetSelectable sets whether or not the text content can be highlighted/
|
||||
// selected.
|
||||
func (this *Heading) SetSelectable (selectable bool) {
|
||||
this.box.SetSelectable(selectable)
|
||||
}
|
||||
|
||||
// Select sets the text cursor or selection.
|
||||
func (this *Heading) Select (dot text.Dot) {
|
||||
this.box.Select(dot)
|
||||
|
Loading…
Reference in New Issue
Block a user