public class GetPasswordDialog : Dialog, Implementor, Buildable {
public weak string caption_label { get; set; } ;
public weak bool get_old { get; construct } ;
public weak int max_characters { get; set; } ;
public weak string message { get; set; } ;
public weak bool numbers_only { get; set; } ;
public weak string password { get; set; } ;
public GetPasswordDialog ( Gtk.Window parent,
bool get_old ) ;
public GetPasswordDialog.with_default ( Gtk.Window parent,
string password,
bool get_old ) ;
public weak string get_password ( ) ;
public void set_caption ( string new_caption ) ;
public void set_max_characters ( int max_characters ) ;
public void set_message ( string message ) ;
}

public GetPasswordDialog ( Gtk.Window parent,
bool get_old ) ;
public GetPasswordDialog.with_default ( Gtk.Window parent,
string password,
bool get_old ) ;
public weak string caption_label { get; set; } ;
public weak bool get_old { get; construct } ;
public weak int max_characters { get; set; } ;
public weak string message { get; set; } ;
public weak bool numbers_only { get; set; } ;
public weak string password { get; set; } ;
public weak string get_password ( ) ;
public void set_caption ( string new_caption ) ;
public void set_max_characters ( int max_characters ) ;
public void set_message ( string message ) ;
Created by Valadoc