NMA.VpnPasswordDialog

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.Window Gtk.Window Gtk.Bin->Gtk.Window Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Dialog Gtk.Dialog NMA.VpnPasswordDialog NMA.VpnPasswordDialog Gtk.Dialog->NMA.VpnPasswordDialog Gtk.Widget->Gtk.Container Gtk.Window->Gtk.Dialog

Subclasses:

None

Methods

Inherited:

Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), 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.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)

Style Properties

Inherited:

Gtk.Dialog (4), Gtk.Window (2), Gtk.Widget (17)

Signals

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent

Gtk.Dialog

r

Class Details

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

Gtk.Dialog

Abstract:

No

Structure:

NMA.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) –