hildon-1 Reference Manual

Synopsis

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

SetPasswordDialog Description

Details

Constructor Details

SetPasswordDialog ()
    public                              SetPasswordDialog         ( Gtk.Window          parent,
                                                                    bool                modify_protection ) ;		

SetPasswordDialog.with_default ()
    public                              SetPasswordDialog.with_default ( Gtk.Window          parent,
                                                                    string              password,
                                                                    bool                modify_protection ) ;		

Field Details

Signal Details

Property Details

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

modify_protection
    public    weak bool                 modify_protection         { get; construct } ;		

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

Method Details

get_password ()
    public    weak string               get_password              (  ) ;		

get_protected ()
    public    bool                      get_protected             (  ) ;		

set_message ()
    public    void                      set_message               ( string              message ) ;		


Created by Valadoc