AGS.Types.TextWindowGUI.TextWindowGUI C# (CSharp) Method

TextWindowGUI() public method

public TextWindowGUI ( ) : System
return System
        public TextWindowGUI()
            : base()
        {
            _controls.Add(new GUITextWindowEdge(0, 0, 0));
            _controls.Add(new GUITextWindowEdge(0, 90, 1));
            _controls.Add(new GUITextWindowEdge(90, 0, 2));
            _controls.Add(new GUITextWindowEdge(90, 90, 3));
            _controls.Add(new GUITextWindowEdge(0, 40, 4));
            _controls.Add(new GUITextWindowEdge(90, 40, 5));
            _controls.Add(new GUITextWindowEdge(40, 0, 6));
            _controls.Add(new GUITextWindowEdge(40, 90, 7));
        }

Same methods

TextWindowGUI::TextWindowGUI ( XmlNode rootGuiNode ) : System