| GUI.GetScrollBarWidth | Part of GUI module |
| Syntax | GUI.GetScrollBarWidth : int
|
| Description | Returns the width of a scroll bar. Useful when placing a scroll bar widget beneath or beside another widget or object.
|
| Example | See the ScrollPic program in GUI.CreateHorizontalScrollBarFull for an example of GUI.GetScrollBarWidth.
|
| Status | Exported qualified. This means that you can only call the function by calling GUI.GetScrollBarWidth, not by calling GetScrollBarWidth.
|
| See also | GUI.CreateHorizontalScrollBar and GUI.CreateVerticalScrollBar.
|