Qyoto.QWidget.SetFixedSize C# (CSharp) Method

SetFixedSize() public method

public SetFixedSize ( Qyoto.QSize arg1 ) : void
arg1 Qyoto.QSize
return void
        public void SetFixedSize(QSize arg1)
        {
            interceptor.Invoke("setFixedSize#", "setFixedSize(const QSize&)", typeof(void), typeof(QSize), arg1);
        }

Same methods

QWidget::SetFixedSize ( int w, int h ) : void
QWidget