Qyoto.QWidget.SetFixedSize C# (CSharp) Method

SetFixedSize() public method

public SetFixedSize ( int w, int h ) : void
w int
h int
return void
        public void SetFixedSize(int w, int h)
        {
            interceptor.Invoke("setFixedSize$$", "setFixedSize(int, int)", typeof(void), typeof(int), w, typeof(int), h);
        }

Same methods

QWidget::SetFixedSize ( Qyoto.QSize arg1 ) : void
QWidget