Change group "id" to "title"

Kevin Harrison 2019-10-17 20:02:08 -04:00
parent 93ae41347b
commit 85821c81e2

@ -354,11 +354,11 @@ body(ui)
ui:groupEnd()
```
#### sx, sy = ui:groupGetScroll(id)
Get the scroll position (`sx`, `sy`) of the group with the given `id`.
#### sx, sy = ui:groupGetScroll(title)
Get the scroll position (`sx`, `sy`) of the group with the given `title`.
#### ui:groupSetScroll(id, sx, sy)
Set the scroll position (`sx`, `sy`) of the group with the given `id`.
#### ui:groupSetScroll(title, sx, sy)
Set the scroll position (`sx`, `sy`) of the group with the given `title`.
### Trees