Użytkownik Ed Leafe napisał:
>       __onClose() handles the wx-level Close event. This can be raised by a  
> click on the window's close box, or via a programmatic call, or a  
> system event like an application quitting. The developer has an  
> opportunity to return False from beforeClose() to prevent the window  
> from closing, unless the original event was passed with the 'force'  
> parameter of True. In that case, the window must close, and the  
> beforeClose() logic is skipped.
>
>       If you call form.close(), it will call the wx-level Close() method,  
> which should raise the Close event, and that will be handled by the  
> __onClose() handler.
>   

Thanks, Ed. I got it.

-- 
Regards
Jacek Kałucki



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to