ChrisS85 / CGUI

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

Validate callback for Edit controls #18

Open ChrisS85 opened 13 years ago

ChrisS85 commented 13 years ago

Add a validate callback function for edit controls and possibly others. The function should return a valid string or the original one if it is acceptable.

ChrisS85 commented 13 years ago

Basically done, but maybe it should support other controls as well. Those would need to perform modifications on their contents themselves instead of returning the valid value.