Possible Default Scrollbar Size Implementation

BlitzMax Forums/MaxGUI Module/Possible Default Scrollbar Size Implementation

Ked(Posted 2010) [#1]
I've been attempting to do some research on getting the default scrollbar size for all platforms (motivated by the LookupGuiColor() function), and I was wondering if anyone knew if the following was enough to get the job done for Win32 and MacOS? (Linux hasn't been looked up yet.)

Win32
* GetSystemMetrics()
* SM_CXVSCROLL 'width of vertical scrollbar
* SM_CYHSCROLL 'height of horizontal scrollbar

MacOS
* NSScroller method scrollerWidth