public class Note : Dialog, Implementor, Buildable {
public weak string description { get; set; } ;
public weak string icon { get; set; } ;
public weak Gtk.ProgressBar progressbar { get; set; } ;
public weak string stock_icon { get; set; } ;
public Note.cancel_with_progress_bar ( Gtk.Window parent,
string description,
Gtk.ProgressBar progressbar ) ;
public Note.confirmation ( Gtk.Window parent,
string description ) ;
public Note.confirmation_add_buttons ( Gtk.Window parent,
string description ) ;
public Note.confirmation_with_icon_name ( Gtk.Window parent,
string description,
string icon_name ) ;
public Note.information ( Gtk.Window parent,
string description ) ;
public Note.information_with_icon_name ( Gtk.Window parent,
string description,
string icon_name ) ;
public void set_button_text ( string text ) ;
public void set_button_texts ( string text_ok,
string text_cancel ) ;
}

public Note.cancel_with_progress_bar ( Gtk.Window parent,
string description,
Gtk.ProgressBar progressbar ) ;
public Note.confirmation ( Gtk.Window parent,
string description ) ;
public Note.confirmation_add_buttons ( Gtk.Window parent,
string description ) ;
public Note.confirmation_with_icon_name ( Gtk.Window parent,
string description,
string icon_name ) ;
public Note.information ( Gtk.Window parent,
string description ) ;
public Note.information_with_icon_name ( Gtk.Window parent,
string description,
string icon_name ) ;
public weak string description { get; set; } ;
public weak string icon { get; set; } ;
public weak Gtk.ProgressBar progressbar { get; set; } ;
public weak string stock_icon { get; set; } ;
public void set_button_text ( string text ) ;
public void set_button_texts ( string text_ok,
string text_cancel ) ;
Created by Valadoc