Esempio n. 1
0
            public InternalGump(BoneThroneDeed 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, 0x2A58);
                AddButton(50, 35, 0x867, 0x869, (int)Buttons.South, GumpButtonType.Reply, 0);                    // South

                AddItem(180, 30, 0x2A59);
                AddButton(145, 35, 0x867, 0x869, (int)Buttons.East, GumpButtonType.Reply, 0);                    // East
            }
Esempio n. 2
0
            public InternalGump( BoneThroneDeed 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, 0x2A58 );
                AddButton( 50, 35, 0x867, 0x869, (int) Buttons.South, GumpButtonType.Reply, 0 ); // South

                AddItem( 180, 30, 0x2A59 );
                AddButton( 145, 35, 0x867, 0x869, (int) Buttons.East, GumpButtonType.Reply, 0 ); // East
            }