public virtual void attach(GuiWindowCtrl bottomWindow, GuiWindowCtrl topWindow)
 {
     InternalUnsafeMethods.attach(ObjectPtr, bottomWindow.ObjectPtr, topWindow.ObjectPtr);
 }
 public virtual void attachTo(GuiWindowCtrl window)
 {
     InternalUnsafeMethods.attachTo(ObjectPtr, window.ObjectPtr);
 }