From 26c399caee8e30c8ea8b759aa86b37754e74a47c Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 29 May 2022 21:15:44 +0200 Subject: [PATCH] Updated Scrollbar (markdown) --- Scrollbar.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Scrollbar.md b/Scrollbar.md index ebe899e..4f74182 100644 --- a/Scrollbar.md +++ b/Scrollbar.md @@ -5,9 +5,6 @@ Here is a example of how to create a standard scrollbar: local mainFrame = basalt.createFrame("myFirstFrame"):show() local aScrollbar = mainFrame:addScrollbar("myFirstScrollbar"):show() ```` - -This will create a default label with a size 5 width and 1 height on position 1 1 (relative to its parent frame), the default background is colors.gray, the default text color is colors.black. the default bar type is vertical, the default symbol is " " and the default symbol color is colors.lightGray. The default zIndex is 5. - Here are all possible functions available for scrollbars. Remember scrollbar inherit from [object](https://github.com/NoryiE/Basalt/wiki/Object): ## setSymbol