Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dje on November 16, 2009, 10:22:19 pm

Title: wxValidator support in wxSmith
Post by: dje on November 16, 2009, 10:22:19 pm
Hello!

I found nothing interesting in topics...
Is there any support for wxValidators in wxSmith?

Dje
Title: Re: wxValidator support in wxSmith
Post by: qaptcha on November 24, 2009, 04:42:47 pm
I didn't find any either.

You can however work around it by just callling SetValidator on your wxWindow at the end of your constructor.  Works like a charm here.