[wx-dev] Ok() and IsOk()
Vadim Zeitlin
vadim at wxwindows.org
Wed Oct 4 05:51:44 PDT 2006
On Wed, 04 Oct 2006 14:53:16 +0200 Robert Roebling wrote:
RR> > JS> In fact perhaps Ok/IsOK should be made interchangeable in all classes,
RR> > JS> rather than deprecating one or the other.
RR> >
RR> > I'd prefer to still standardize on one
RR>
RR> I wonder what damage this will do for overriding methods.
I don't think Ok() is, or should be, overridden by the derived classes. In
the rare cases it is virtual at all in wx it is done only to force the
derived class to provide this method and not because we really want to use
it polymorphically.
Regards,
VZ
More information about the wx-dev
mailing list