Qyoto.QWidget.InsertActions C# (CSharp) Method

InsertActions() public method

public InsertActions ( Qyoto.QAction before, List actions ) : void
before Qyoto.QAction
actions List
return void
        public void InsertActions(QAction before, List<QAction> actions)
        {
            interceptor.Invoke("insertActions#?", "insertActions(QAction*, QList<QAction*>)", typeof(void), typeof(QAction), before, typeof(List<QAction>), actions);
        }
QWidget