From 85821c81e2a8c00fc677bfef52290b88aa18f605 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Thu, 17 Oct 2019 20:02:08 -0400 Subject: [PATCH] Change group "id" to "title" --- Documentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation.md b/Documentation.md index 26cf8cf..6aa89d0 100644 --- a/Documentation.md +++ b/Documentation.md @@ -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