Hi,
I can't find EVT_MOVE_BEGIN. Did you mean EVT_MOVE_START?
For the wxMoveEvent, wxWidgets has the following
In 2.8.12
EVT_MOVE all platforms
In 2.9.0
EVT_MOVE all platforms
EVT_MOVE_START MS Windows only
EVT_MOVE_END MS Windows only
In 2.9.4
EVT_MOVE all platforms
EVT_MOVE_START MS Windows only
EVT_MOVE_END MS Windows only
EVT_MOVING MS Windows only
In the current CPAN release of Wx, EVT_MOVE, EVT_MOVE_START and
EVT_MOVE_END are wrapped - although they can only be used with wxWidgets
2.9.0 and above on MS WIndows.
I have added EVT_MOVING to the SVN code so it will be included in the
next release.
The items will always appear in Wx_Exp.pm because the parser that
generates that file does not take notice of conditions in the XS code
e.g. #if WXPERL_W_VERSION_GE( 2, 9, 0 )
Regards
Mark
On 29/08/2012 02:33, herbert breunung wrote:
and another complain by me :)
was there a reason to leave them out or will they come with 2.9?
(im using freshest wx under mint 64)
best
herbert