From: Mattia B. <mat...@li...> - 2007-04-11 17:20:58
|
On Thu, 05 Apr 2007 14:34:23 +0100 Mark Dootson <mar...@zn...> wrote: Hi, > I don't think it was ever wrapped. > > The attached diff against Wx-0.72 wraps a couple of wxMSW specific events: > > EVT_TREE_ITEM_GETTOOLTIP > EVT_TREE_STATE_IMAGE_CLICK > > It also wraps EVT_MAXIMIZE > > I put the TreeEvent macros in Constant.xs as that seemed the best place to check for wxMSW. > > I put EVT_MAXIMIZE in Event.pm as I thought it ought to be with EVT_ICONIZE. I agree, so I put both in Constant.xs ;-) apart from that thanks, applied! Regards Mattia |