Is wxRichtTextCtrl supported in XRC?

Does anyone know if wxRichtTextCtrl is supported in XRC? I'm using
wxFormBuilder to create XRC files but when I insert a wxRichtTextCtrl
the resulting XML shows a class='unknown.'

It doesn't look like there is an XRC handler for it yet. (Probably because of how C++ linking works. If there was a handler written then if an app uses RTC or XRC but not both then there is the possibility of linking unwanted code into the executable.)

You can make your own XRC handler for it, but I'm not sure if wxFormBuilder can make use of non-standard handlers yet. Or you can let it generate the unknown class and then add the RTC at run time using AttachUnknownControl.

···

On 8/8/10 1:42 AM, BigPilot wrote:

Does anyone know if wxRichtTextCtrl is supported in XRC? I'm using
wxFormBuilder to create XRC files but when I insert a wxRichtTextCtrl
the resulting XML shows a class='unknown.'

--
Robin Dunn
Software Craftsman