libgnomeui-2.0 Reference Manual

Synopsis

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

PasswordDialog Description

Details

Constructor Details

PasswordDialog ()
    public                              PasswordDialog            ( string              dialog_title,
                                                                    string              message,
                                                                    string              username,
                                                                    string              password,
                                                                    bool                readonly_username ) ;		

Field Details

details
    public    weak PasswordDialogDetails  details ;		

Signal Details

Property Details

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

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

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

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

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

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

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

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

remember_mode
    public    weak PasswordDialogRemember  remember_mode             { get; set; } ;		

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

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

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

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

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

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

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

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

Method Details

anon_selected ()
    public    bool                      anon_selected             (  ) ;		

get_domain ()
    public    weak string               get_domain                (  ) ;		

get_new_password ()
    public    weak string               get_new_password          (  ) ;		

get_password ()
    public    weak string               get_password              (  ) ;		

get_remember ()
    public    PasswordDialogRemember    get_remember              (  ) ;		

get_username ()
    public    weak string               get_username              (  ) ;		

run_and_block ()
    public    bool                      run_and_block             (  ) ;		

set_domain ()
    public    void                      set_domain                ( string              domain ) ;		

set_new_password ()
    public    void                      set_new_password          ( string              password ) ;		

set_password ()
    public    void                      set_password              ( string              password ) ;		

set_password_quality_func ()
    public    void                      set_password_quality_func ( PasswordDialogQualityFunc func,
                                                                    void**              data,
                                                                    GLib.DestroyNotify  dnotify ) ;		

set_readonly_domain ()
    public    void                      set_readonly_domain       ( bool                readonly ) ;		

set_readonly_username ()
    public    void                      set_readonly_username     ( bool                readonly ) ;		

set_remember ()
    public    void                      set_remember              ( PasswordDialogRemember remember ) ;		

set_show_domain ()
    public    void                      set_show_domain           ( bool                show ) ;		

set_show_new_password ()
    public    void                      set_show_new_password     ( bool                show ) ;		

set_show_new_password_quality ()
    public    void                      set_show_new_password_quality ( bool                show ) ;		

set_show_password ()
    public    void                      set_show_password         ( bool                show ) ;		

set_show_remember ()
    public    void                      set_show_remember         ( bool                show_remember ) ;		

set_show_username ()
    public    void                      set_show_username         ( bool                show ) ;		

set_show_userpass_buttons ()
    public    void                      set_show_userpass_buttons ( bool                show_userpass_buttons ) ;		

set_username ()
    public    void                      set_username              ( string              username ) ;		


Created by Valadoc