NMA4.VpnPasswordDialog

g GObject.GInterface GObject.GInterface Gtk.Accessible Gtk.Accessible GObject.GInterface->Gtk.Accessible Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.ConstraintTarget Gtk.ConstraintTarget GObject.GInterface->Gtk.ConstraintTarget Gtk.Native Gtk.Native GObject.GInterface->Gtk.Native Gtk.Root Gtk.Root GObject.GInterface->Gtk.Root Gtk.ShortcutManager Gtk.ShortcutManager GObject.GInterface->Gtk.ShortcutManager GObject.InitiallyUnowned GObject.InitiallyUnowned Gtk.Widget Gtk.Widget GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Accessible->Gtk.Widget Gtk.Buildable->Gtk.Widget Gtk.ConstraintTarget->Gtk.Widget Gtk.Dialog Gtk.Dialog NMA4.VpnPasswordDialog NMA4.VpnPasswordDialog Gtk.Dialog->NMA4.VpnPasswordDialog Gtk.Window Gtk.Window Gtk.Native->Gtk.Window Gtk.Root->Gtk.Window Gtk.ShortcutManager->Gtk.Window Gtk.Widget->Gtk.Window Gtk.Window->Gtk.Dialog

Subclasses:

None

Methods

Inherited:

Gtk.Dialog (11), Gtk.Window (62), Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Native (6), Gtk.Root (3)

Structs:

Gtk.WidgetClass (18), GObject.ObjectClass (5)

class

new (title, message, password)

focus_password ()

focus_password_secondary ()

focus_password_ternary ()

get_password ()

get_password_secondary ()

get_password_ternary ()

run_and_block ()

set_password (password)

set_password_label (label)

set_password_secondary (password_secondary)

set_password_secondary_label (label)

set_password_ternary (password_ternary)

set_password_ternary_label (label)

set_show_password (show)

set_show_password_secondary (show)

set_show_password_ternary (show)

Virtual Methods

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9), Gtk.ShortcutManager (2)

Properties

Inherited:

Gtk.Dialog (1), Gtk.Window (25), Gtk.Widget (34), Gtk.Accessible (1)

Signals

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Widget (13), GObject.Object (1)

Fields

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Widget (13), GObject.Object (1)

Name

Type

Access

Description

parent

Gtk.Dialog

r

Class Details

class NMA4.VpnPasswordDialog(*args, **kwargs)
Bases:

Gtk.Dialog

Abstract:

No

Structure:

NMA4.VpnPasswordDialogClass

classmethod new(title, message, password)
Parameters:
  • title (str) –

  • message (str) –

  • password (str) –

Return type:

Gtk.Widget

focus_password()
focus_password_secondary()
focus_password_ternary()
get_password()
Return type:

str

get_password_secondary()
Return type:

str

get_password_ternary()
Return type:

str

run_and_block()
Return type:

bool

set_password(password)
Parameters:

password (str) –

set_password_label(label)
Parameters:

label (str) –

set_password_secondary(password_secondary)
Parameters:

password_secondary (str) –

set_password_secondary_label(label)
Parameters:

label (str) –

set_password_ternary(password_ternary)
Parameters:

password_ternary (str) –

set_password_ternary_label(label)
Parameters:

label (str) –

set_show_password(show)
Parameters:

show (bool) –

set_show_password_secondary(show)
Parameters:

show (bool) –

set_show_password_ternary(show)
Parameters:

show (bool) –