Qyoto.QWidget.SetFixedHeight C# (CSharp) Method

SetFixedHeight() public method

public SetFixedHeight ( int h ) : void
h int
return void
        public void SetFixedHeight(int h)
        {
            interceptor.Invoke("setFixedHeight$", "setFixedHeight(int)", typeof(void), typeof(int), h);
        }
QWidget