BlisterUI.Widgets.BaseWidget.OnParentRecompute C# (CSharp) Method

OnParentRecompute() protected method

protected OnParentRecompute ( BaseWidget w ) : void
w BaseWidget
return void
        protected virtual void OnParentRecompute(BaseWidget w)
        {
            Recompute();
        }