public InternalGump(BrokenBookcaseDeed deed) : base(150, 50) { m_Deed = deed; Closable = true; Disposable = true; Dragable = true; Resizable = false; AddPage(0); AddBackground(0, 0, 280, 130, 0xA28); AddItem(80, 30, 0xC15); AddButton(50, 35, 0x867, 0x869, (int)Buttons.South, GumpButtonType.Reply, 0); // South AddItem(180, 30, 0xC14); AddButton(145, 35, 0x867, 0x869, (int)Buttons.East, GumpButtonType.Reply, 0); // East }
public InternalGump( BrokenBookcaseDeed deed ) : base(150, 50) { m_Deed = deed; Closable = true; Disposable = true; Dragable = true; Resizable = false; AddPage( 0 ); AddBackground( 0, 0, 280, 130, 0xA28 ); AddItem( 80, 30, 0xC15 ); AddButton( 50, 35, 0x867, 0x869, (int) Buttons.South, GumpButtonType.Reply, 0 ); // South AddItem( 180, 30, 0xC14 ); AddButton( 145, 35, 0x867, 0x869, (int) Buttons.East, GumpButtonType.Reply, 0 ); // East }