Qyoto.QWidget.SetFixedWidth C# (CSharp) Method

SetFixedWidth() public method

public SetFixedWidth ( int w ) : void
w int
return void
        public void SetFixedWidth(int w)
        {
            interceptor.Invoke("setFixedWidth$", "setFixedWidth(int)", typeof(void), typeof(int), w);
        }
QWidget