hildon-1 Reference Manual

Synopsis

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

GetPasswordDialog Description

Details

Constructor Details

GetPasswordDialog ()
    public                              GetPasswordDialog         ( Gtk.Window          parent,
                                                                    bool                get_old ) ;		

GetPasswordDialog.with_default ()
    public                              GetPasswordDialog.with_default ( Gtk.Window          parent,
                                                                    string              password,
                                                                    bool                get_old ) ;		

Field Details

Signal Details

Property Details

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

get_old
    public    weak bool                 get_old                   { get; construct } ;		

max_characters
    public    weak int                  max_characters            { get; set; } ;		

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

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

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

Method Details

get_password ()
    public    weak string               get_password              (  ) ;		

set_caption ()
    public    void                      set_caption               ( string              new_caption ) ;		

set_max_characters ()
    public    void                      set_max_characters        ( int                 max_characters ) ;		

set_message ()
    public    void                      set_message               ( string              message ) ;		


Created by Valadoc