Example #1
0
File: QWizard.cs Project: KDE/qyoto
 public void SetPage(int id, QWizardPage page)
 {
     interceptor.Invoke("setPage$#", "setPage(int, QWizardPage*)", typeof(void), typeof(int), id, typeof(QWizardPage), page);
 }
Example #2
0
 public void SetPage(int id, QWizardPage page)
 {
     interceptor.Invoke("setPage$#", "setPage(int, QWizardPage*)", typeof(void), typeof(int), id, typeof(QWizardPage), page);
 }
Example #3
0
File: QWizard.cs Project: KDE/qyoto
 public int AddPage(QWizardPage page)
 {
     return (int) interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page);
 }
Example #4
0
 public int AddPage(QWizardPage page)
 {
     return((int)interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page));
 }