ChrisS85 / CGUI

An object-oriented GUI library for AutoHotkey
22 stars 19 forks source link

Assigning controls to list/tree entries #11

Closed ChrisS85 closed 13 years ago

ChrisS85 commented 13 years ago

Useful for settings pages and similar scenarios. Controls are hidden/shown when the specific item is selected. This is already implemented for CTreeViewControl and CChoiceControl, left to do are CListViewControl and CCheckboxControl

ChrisS85 commented 13 years ago

All done, even for checkboxes/radio buttons and enabled/disabled state.