public class SetPasswordDialog : Dialog, Implementor, Buildable {
public weak string message { get; set; } ;
public weak bool modify_protection { get; construct } ;
public weak string password { get; set; } ;
public SetPasswordDialog ( Gtk.Window parent,
bool modify_protection ) ;
public SetPasswordDialog.with_default ( Gtk.Window parent,
string password,
bool modify_protection ) ;
public weak string get_password ( ) ;
public bool get_protected ( ) ;
public void set_message ( string message ) ;
}

public SetPasswordDialog ( Gtk.Window parent,
bool modify_protection ) ;
public SetPasswordDialog.with_default ( Gtk.Window parent,
string password,
bool modify_protection ) ;
public weak string message { get; set; } ;
public weak bool modify_protection { get; construct } ;
public weak string password { get; set; } ;
public weak string get_password ( ) ;
public bool get_protected ( ) ;
public void set_message ( string message ) ;
Created by Valadoc