public class WizardDialog : Dialog, Implementor, Buildable {
public weak bool autotitle { get; set; } ;
public weak string wizard_name { get; set; } ;
public weak Gtk.Notebook wizard_notebook { get; set; } ;
public WizardDialog ( Gtk.Window parent,
string wizard_name,
Gtk.Notebook notebook ) ;
}

public WizardDialog ( Gtk.Window parent,
string wizard_name,
Gtk.Notebook notebook ) ;
public weak bool autotitle { get; set; } ;
public weak string wizard_name { get; set; } ;
public weak Gtk.Notebook wizard_notebook { get; set; } ;
Created by Valadoc