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
- Host: GitHub
- URL: https://github.com/evilc/cscrollgui
- Owner: evilC
- Created: 2015-02-07T15:33:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T17:11:25.000Z (over 11 years ago)
- Last Synced: 2025-02-04T13:44:38.212Z (over 1 year ago)
- Language: AutoHotkey
- Size: 180 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.