Sat Jan 19 02:07:28 2013: Request 81670 was acted upon.
Transaction: Correspondence added by MDOOTSON
Queue: Wx
Subject: Wx::Frame weaken away when ->Close()
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=81670 >
I have closed the ticket, if that is OK, as this isn't really a bug.
Many thanks
On Thu Dec 06 17:26:09 2012, [email protected] wrote:
> "Mark Dootson via RT" <[email protected]> writes:
> >
> > $frame->Close simply generates an EVT_CLOSE so it all depends what
is in
> > your (or the default) EVT_CLOSE handler.
>
> Thanks, I'll do a destroy from there ... I think I want to destroy on
> close if that's not already the default. Seems subtle that it should
> vary between gtk and mswin, but that would be wx rather than perl
> presumably.