[Mono-winforms-list] Panel.Handle

Ivan N. Zlatev contact at i-nz.net
Wed May 27 13:28:57 EDT 2009


In X11 we have 2 X windows for each control - one for the client
(ClientWindow) and one for the non-client areas (WholeWindow).
Control.Handle is the handle for the Client window returned by
XCreateWindow. You can see more details in CreateWindow () in
http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs
and http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs
for details.

On Wed, May 27, 2009 at 5:36 PM, Tommi Laukkanen
<tommi.s.e.laukkanen at gmail.com> wrote:
> Hello
>
> Is Panel.Handle by any chance X Window identifier which is returned by
> XCreateWindow? Can anyone point me to location in mono svn where I
> could study these specifics?
>
> thanks,
> Tommi
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>



-- 
Kind Regards,
Ivan N. Zlatev


More information about the Mono-winforms-list mailing list