Qyoto.QWidget.SetWindowState C# (CSharp) Method

SetWindowState() public method

public SetWindowState ( uint state ) : void
state uint
return void
        public void SetWindowState(uint state)
        {
            interceptor.Invoke("setWindowState$", "setWindowState(Qt::WindowStates)", typeof(void), typeof(uint), state);
        }
QWidget