An open API service indexing awesome lists of open source software.

https://github.com/evilc/cscrollgui

A Class that enables scrollbars for GUIs. Same as Just Me's code, but using _Struct / WinStructs
https://github.com/evilc/cscrollgui

Last synced: 5 months ago
JSON representation

A Class that enables scrollbars for GUIs. Same as Just Me's code, but using _Struct / WinStructs

Awesome Lists containing this project

README

          

# CScrollGui
A Class that enables scrollbars for GUIs.

This code is the same as Just Me's code from [here](http://ahkscript.org/boards/viewtopic.php?p=37402#p37402), just using _Struct / WinStructs to remove bitwise ops and improve readability.