Qyoto.QWidget.InsertActions C# (CSharp) Méthode

InsertActions() public méthode

public InsertActions ( Qyoto.QAction before, List actions ) : void
before Qyoto.QAction
actions List
Résultat 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