ChrisS85 / CGUI

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

Support subclassing? #19

Open ChrisS85 opened 13 years ago

ChrisS85 commented 13 years ago

It might be nice to support subclassing controls. Implementation might be similar to CGUI.OnMessage.

It might also be necessary to do this anyway because of the different message numbers for SETFOCUS/KILLFOCUS messages.