Added extended selection capabilities to the API

This commit is contained in:
2023-01-11 15:46:48 -05:00
parent 5b850ef183
commit c2a76fcaf6
8 changed files with 72 additions and 68 deletions
-4
View File
@@ -84,10 +84,6 @@ func (element *Label) updateMinimumSize () {
}
}
func (element *Label) AdvanceSelection (direction int) (ok bool) {
return
}
func (element *Label) draw () {
bounds := element.core.Bounds()