wxEVT_SIZE

Daniel C. Bastos dbast0s at yahoo.com.br
Sat Jun 23 09:45:33 PDT 2007


In article <NekvK.A.pEU.NHUfGB at brage.sunsite.dk>,
Vadim Zeitlin wrote:

> On Sat, 23 Jun 2007 11:48:29 -0400 "Daniel C. Bastos" <dbast0s at yahoo.com.br> wrote:
> 
> DCB> At least on Windows, after restoring a window from a minimized state, it
> DCB> receives a wxEVT_SIZE. Why? What really happens there?
> 
>  The window state/size changes from Windows point of view and we just pass
> it along. It could be argued that we shouldn't send this event at all and
> have some separate wxEVT_RESTORED event but, well, this is not how it's
> done.

I see. Thanks for the explanation.

>
>  Anyhow, why should getting this size event be a problem?

It's no problem. I asked out of curiosity.






More information about the wx-users mailing list