hildon-1 Reference Manual

Synopsis

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 ) ;
}

WizardDialog Description

Details

Constructor Details

WizardDialog ()
    public                              WizardDialog              ( Gtk.Window          parent,
                                                                    string              wizard_name,
                                                                    Gtk.Notebook        notebook ) ;		

Field Details

Signal Details

Property Details

autotitle
    public    weak bool                 autotitle                 { get; set; } ;		

wizard_name
    public    weak string               wizard_name               { get; set; } ;		

wizard_notebook
    public    weak Gtk.Notebook         wizard_notebook           { get; set; } ;		

Method Details


Created by Valadoc