public class PasswordDialog : Dialog, Implementor, Buildable {
public weak PasswordDialogDetails details ;
public weak bool anonymous { get; set; } ;
public weak string domain { get; set; } ;
public weak string message { get; set; } ;
public weak string message_markup { get; set; } ;
public weak string new_password { get; set; } ;
public weak string password { get; set; } ;
public weak bool readonly_domain { get; set; } ;
public weak bool readonly_username { get; set; } ;
public weak PasswordDialogRemember remember_mode { get; set; } ;
public weak bool show_domain { get; set; } ;
public weak bool show_new_password { get; set; } ;
public weak bool show_new_password_quality { get; set; } ;
public weak bool show_password { get; set; } ;
public weak bool show_remember { get; set; } ;
public weak bool show_username { get; set; } ;
public weak bool show_userpass_buttons { get; set; } ;
public weak string username { get; set; } ;
public PasswordDialog ( string dialog_title,
string message,
string username,
string password,
bool readonly_username ) ;
public bool anon_selected ( ) ;
public weak string get_domain ( ) ;
public weak string get_new_password ( ) ;
public weak string get_password ( ) ;
public PasswordDialogRemember get_remember ( ) ;
public weak string get_username ( ) ;
public bool run_and_block ( ) ;
public void set_domain ( string domain ) ;
public void set_new_password ( string password ) ;
public void set_password ( string password ) ;
public void set_password_quality_func ( PasswordDialogQualityFunc func,
void** data,
GLib.DestroyNotify dnotify ) ;
public void set_readonly_domain ( bool readonly ) ;
public void set_readonly_username ( bool readonly ) ;
public void set_remember ( PasswordDialogRemember remember ) ;
public void set_show_domain ( bool show ) ;
public void set_show_new_password ( bool show ) ;
public void set_show_new_password_quality ( bool show ) ;
public void set_show_password ( bool show ) ;
public void set_show_remember ( bool show_remember ) ;
public void set_show_username ( bool show ) ;
public void set_show_userpass_buttons ( bool show_userpass_buttons ) ;
public void set_username ( string username ) ;
}

public PasswordDialog ( string dialog_title,
string message,
string username,
string password,
bool readonly_username ) ;
public weak PasswordDialogDetails details ;
public weak bool anonymous { get; set; } ;
public weak string domain { get; set; } ;
public weak string message { get; set; } ;
public weak string message_markup { get; set; } ;
public weak string new_password { get; set; } ;
public weak string password { get; set; } ;
public weak bool readonly_domain { get; set; } ;
public weak bool readonly_username { get; set; } ;
public weak PasswordDialogRemember remember_mode { get; set; } ;
public weak bool show_domain { get; set; } ;
public weak bool show_new_password { get; set; } ;
public weak bool show_new_password_quality { get; set; } ;
public weak bool show_password { get; set; } ;
public weak bool show_remember { get; set; } ;
public weak bool show_username { get; set; } ;
public weak bool show_userpass_buttons { get; set; } ;
public weak string username { get; set; } ;
public bool anon_selected ( ) ;
public weak string get_domain ( ) ;
public weak string get_new_password ( ) ;
public weak string get_password ( ) ;
public PasswordDialogRemember get_remember ( ) ;
public weak string get_username ( ) ;
public bool run_and_block ( ) ;
public void set_domain ( string domain ) ;
public void set_new_password ( string password ) ;
public void set_password ( string password ) ;
public void set_password_quality_func ( PasswordDialogQualityFunc func,
void** data,
GLib.DestroyNotify dnotify ) ;
public void set_readonly_domain ( bool readonly ) ;
public void set_readonly_username ( bool readonly ) ;
public void set_remember ( PasswordDialogRemember remember ) ;
public void set_show_domain ( bool show ) ;
public void set_show_new_password ( bool show ) ;
public void set_show_new_password_quality ( bool show ) ;
public void set_show_password ( bool show ) ;
public void set_show_remember ( bool show_remember ) ;
public void set_show_username ( bool show ) ;
public void set_show_userpass_buttons ( bool show_userpass_buttons ) ;
public void set_username ( string username ) ;
Created by Valadoc