Qyoto.QWidget.SetFixedWidth C# (CSharp) 메소드

SetFixedWidth() 공개 메소드

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