ChrisS85 / CGUI

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

Allow adding controls to group boxes with relative coordinates #24

Closed ChrisS85 closed 12 years ago

ChrisS85 commented 12 years ago

Relative coordinates might also be useful for tabs.

ChrisS85 commented 12 years ago

In addition, the C# GUI converter needs to be able to process controls in groupboxes.

ChrisS85 commented 12 years ago

Implemented group box subcontrols. Tabs will have to wait until there is a proper system for options parsing or manual handling.