CGUI
CGUI copied to clipboard
An object-oriented GUI library for AutoHotkey
# Scripts for integration Another cool library from Uberi, which could fit very nicely in a Canvas Control. https://github.com/Uberi/Canvas-AHK
# Scripts for integration Uberi made a cool script here: https://github.com/Uberi/Autocomplete It adds an auto-complete box which allows you to complete text as you type. It'd be cool to see...
# Suggestions for inspiration TheDewd posted a cool script which creates a Microsoft style "Ribbon" into AHK. Perhaps this is something we should look into adding to CGUI... https://www.autohotkey.com/boards/viewtopic.php?t=3851&start=160#p70503
# Suggestions for inspiration Pulover made a cool script for integrating toolbars into AHK. Perhaps this is something we should look into adding to CGUI... https://www.autohotkey.com/boards/viewtopic.php?f=6&t=138
# Suggestions for inspiration: CFileDialog and CFolderDialog are simply wrappers around `FileSelectFile` and `FileSelectFolder` This seems fairly pointless in my opinion. It'd be much better if these were full extendable...