[wx-dev] [wxMac] spell checker off in wxTextCtrl by default ?
Stefan Csomor
csomor at advancedconcepts.ch
Thu Jun 14 17:35:30 PDT 2007
Vadim Zeitlin wrote:
> I've already started doing this with wxSizerFlags and I'd obviously be
> for extending this approach to wxWindow-derived classes but it only helps
> with the controls created in the code, not with the ones created from XRC.
> And we really need to allow setting the flags from XRC -- any ideas about
> how to do it?
>
it depends on the minimum requirements we have, as I had all these kind
of things working in xrc2 / extended rtti, so perhaps after the SoC we
can reap the benefits, basically I had a set of properties that were
needed for a Create and the rest of settable properties were set after
the initial Create
Best,
Stefan
More information about the wx-dev
mailing list