I'll need to find out how to create custom events programatically.
Normally you'd use a macro, but I guess there must be a way to create
new ones on-the-fly.
For more information:
http://code.google.com/p/wxmax/wiki/ToDo
WXWIN_COMPATIBILITY_EVENT_TYPES should only be defined when compiling
for backwards compatibility with older versions of wxWidgets, so I'd
probably go with just calling wxNewEventType().
-noel
So, your call on that side of it.
-noel
Bruce Henderson wrote:
> Ah, okay. One of those "not in the documentation" features :-)
>
> Thanks. I'll have a look into that!
>
> :o)
>
> Brucey
>
> On Dec 29, 2007 10:23 PM, Noel Cower <nco...@gmail.com