On Wed, 2006-08-23 at 23:40 -0700, Sean Long wrote:> While investigating the ''TextCtrl background?'' message
from Mark I
> noticed some Constants related to TextCtrl were missing.
Committed, thanks.
Eventually, it would be great if we could find a way to tell SWIG that
the constants exist, but to inherit the specific values from wx itself,
instead of re-defining them. For example:
#define wxTEXT_ATTR_TEXT_COLOUR 0x0001
If the wx value changes, our code will be wrong, and it would be hard to
figure out the problem. Or, more likely, if the value is different on
different platforms, or if we just accidentally copy it wrong or type
over it without noticing.
Anyway, that''s for the future wish list.
Kevin