internal override void SetMenu(IntPtr handle, Menu menu) { X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle); hwnd.SetMenu(menu); }