public InternalGump(StoneAnkhDeed deed) : base(150, 50) { m_Deed = deed; Closable = true; Disposable = true; Dragable = true; Resizable = false; AddPage(0); AddBackground(0, 0, 300, 150, 0xA28); AddItem(90, 30, 0x4); AddItem(112, 30, 0x5); AddButton(50, 35, 0x867, 0x869, (int)Buttons.South, GumpButtonType.Reply, 0); // South AddItem(170, 30, 0x2); AddItem(192, 30, 0x3); AddButton(145, 35, 0x867, 0x869, (int)Buttons.East, GumpButtonType.Reply, 0); // East }
public InternalMenu(StoneAnkhDeed deed) : base("Select your choice from the menu below", new string[] { "South", "East" }) { m_Deed = deed; }
public InternalGump( StoneAnkhDeed deed ) : base( 150, 50 ) { m_Deed = deed; Closable = true; Disposable = true; Dragable = true; Resizable = false; AddPage( 0 ); AddBackground( 0, 0, 300, 150, 0xA28 ); AddItem( 90, 30, 0x4 ); AddItem( 112, 30, 0x5 ); AddButton( 50, 35, 0x867, 0x869, (int) Buttons.South, GumpButtonType.Reply, 0 ); // South AddItem( 170, 30, 0x2 ); AddItem( 192, 30, 0x3 ); AddButton( 145, 35, 0x867, 0x869, (int) Buttons.East, GumpButtonType.Reply, 0 ); // East }
public InternalMenu( StoneAnkhDeed deed ) : base("Select your choice from the menu below", new string[] { "South", "East" }) { m_Deed = deed; }