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() ui:groupEnd()
``` ```
#### sx, sy = ui:groupGetScroll(id) #### sx, sy = ui:groupGetScroll(title)
Get the scroll position (`sx`, `sy`) of the group with the given `id`. Get the scroll position (`sx`, `sy`) of the group with the given `title`.
#### ui:groupSetScroll(id, sx, sy) #### ui:groupSetScroll(title, sx, sy)
Set the scroll position (`sx`, `sy`) of the group with the given `id`. Set the scroll position (`sx`, `sy`) of the group with the given `title`.
### Trees ### Trees