idTech4.UI.idChoiceWindow.PostParse C# (CSharp) Method

PostParse() protected method

protected PostParse ( ) : void
return void
		protected override void PostParse()
		{
			base.PostParse();
			
			UpdateChoicesAndValues();

			InitVariables();

			UpdateChoice();
			UpdateVariables(false);

			this.Flags |= WindowFlags.CanFocus;
		}
		#endregion