1Gnome2::PasswordDialog(U3s)er Contributed Perl DocumentatGinoonme2::PasswordDialog(3)
2
3
4

NAME

6       Gnome2::PasswordDialog - wrapper for GnomePasswordDialog
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Bin
15                                  +----Gtk2::Window
16                                       +----Gtk2::Dialog
17                                            +----Gnome2::PasswordDialog
18

INTERFACES

20         Glib::Object::_Unregistered::AtkImplementorIface
21         Gtk2::Buildable
22

METHODS

24   widget = Gnome2::PasswordDialog->new ($dialog_title, $message, $username,
25       $password, $readonly_username)
26       ·   $dialog_title (string)
27
28       ·   $message (string)
29
30       ·   $username (string)
31
32       ·   $password (string)
33
34       ·   $readonly_username (boolean)
35
36   boolean = $password_dialog->anon_selected
37       Since: libgnomeui 2.8
38
39   string = $password_dialog->get_domain
40       Since: libgnomeui 2.6
41
42   $password_dialog->set_domain ($domain)
43       ·   $domain (string)
44
45       Since: libgnomeui 2.6
46
47   string = $password_dialog->get_password
48   $password_dialog->set_password ($password)
49       ·   $password (string)
50
51   $password_dialog->set_readonly_domain ($readonly)
52       ·   $readonly (boolean)
53
54       Since: libgnomeui 2.6
55
56   $password_dialog->set_readonly_username ($readonly)
57       ·   $readonly (boolean)
58
59   passworddialogremember = $password_dialog->get_remember
60       Since: libgnomeui 2.6
61
62   $password_dialog->set_remember ($remember)
63       ·   $remember (Gnome2::PasswordDialogRemember)
64
65       Since: libgnomeui 2.6
66
67   boolean = $password_dialog->run_and_block
68   $password_dialog->set_show_domain ($show)
69       ·   $show (boolean)
70
71       Since: libgnomeui 2.6
72
73   $password_dialog->set_show_password ($show)
74       ·   $show (boolean)
75
76       Since: libgnomeui 2.6
77
78   $password_dialog->set_show_remember ($show_remember)
79       ·   $show_remember (boolean)
80
81       Since: libgnomeui 2.6
82
83   $password_dialog->set_show_username ($show)
84       ·   $show (boolean)
85
86       Since: libgnomeui 2.6
87
88   $password_dialog->set_show_userpass_buttons ($show_userpass_buttons)
89       ·   $show_userpass_buttons (boolean)
90
91       Since: libgnomeui 2.8
92
93   string = $password_dialog->get_username
94   $password_dialog->set_username ($username)
95       ·   $username (string)
96

PROPERTIES

98       'anonymous' (boolean : default false : readable / writable / private /
99       static-nick / static-blurb)
100           anonymous
101
102       'domain' (string : default undef : readable / writable / private /
103       static-nick / static-blurb)
104           domain
105
106       'message' (string : default undef : readable / writable / private /
107       static-nick / static-blurb)
108           message
109
110       'message-markup' (string : default undef : readable / writable /
111       private / static-nick / static-blurb)
112           message-markup
113
114       'new-password' (string : default undef : readable / writable / private
115       / static-nick / static-blurb)
116           new-password
117
118       'password' (string : default undef : readable / writable / private /
119       static-nick / static-blurb)
120           password
121
122       'readonly-domain' (boolean : default false : readable / writable /
123       private / static-nick / static-blurb)
124           readonly-domain
125
126       'readonly-username' (boolean : default false : readable / writable /
127       private / static-nick / static-blurb)
128           readonly-username
129
130       'remember-mode' (Gnome2::PasswordDialogRemember : default "nothing" :
131       readable / writable / private / static-nick / static-blurb)
132           remember-mode
133
134       'show-domain' (boolean : default false : readable / writable / private
135       / static-nick / static-blurb)
136           show-domain
137
138       'show-new-password' (boolean : default false : readable / writable /
139       private / static-nick / static-blurb)
140           show-new-password
141
142       'show-new-password-quality' (boolean : default false : readable /
143       writable / private / static-nick / static-blurb)
144           show-new-password-quality
145
146       'show-password' (boolean : default true : readable / writable / private
147       / static-nick / static-blurb)
148           show-password
149
150       'show-remember' (boolean : default false : readable / writable /
151       private / static-nick / static-blurb)
152           show-remember
153
154       'show-username' (boolean : default true : readable / writable / private
155       / static-nick / static-blurb)
156           show-username
157
158       'show-userpass-buttons' (boolean : default false : readable / writable
159       / private / static-nick / static-blurb)
160           show-userpass-buttons
161
162       'username' (string : default undef : readable / writable / private /
163       static-nick / static-blurb)
164           username
165

ENUMS AND FLAGS

167   enum Gnome2::PasswordDialogRemember
168       ·   'nothing' / 'GNOME_PASSWORD_DIALOG_REMEMBER_NOTHING'
169
170       ·   'session' / 'GNOME_PASSWORD_DIALOG_REMEMBER_SESSION'
171
172       ·   'forever' / 'GNOME_PASSWORD_DIALOG_REMEMBER_FOREVER'
173

SEE ALSO

175       Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
176       Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog
177
179       Copyright (C) 2003-2004 by the gtk2-perl team.
180
181       This software is licensed under the LGPL.  See Gnome2 for a full
182       notice.
183
184
185
186perl v5.32.0                      2021-01-06         Gnome2::PasswordDialog(3)
Impressum