in reply to Tk Scrollbars Color win32

Any workaround to get them colored on Windows?

Sure ;) just fix the bug missing feature :D

Edit https://metacpan.org/source/SREZIC/Tk-804.033/pTk/mTk/win/tkWinScrlbr.c, edit "CreateProc" to take into account colors ... similar but not like https://metacpan.org/source/SREZIC/Tk-804.033/pTk/mTk/unix/tkUnixScrlbr.c considers them

Replies are listed 'Best First'.
Re^2: Tk Scrollbars Color win32
by albert925 (Novice) on Jun 14, 2017 at 11:45 UTC

    Good to know that is a missing feature on that platform, it explains why the -width was working but not the color options, thanks.

    Instead of coding up the missing feature I just assigned scrollbar to a variable, did a packForget to hide it, then bound mouse scroll wheel functionality to the area (which is now a "pane" instead of frame).