Class

AdwPasswordEntryRow

Description [src]

final class Adw.PasswordEntryRow : Adw.EntryRow {
  /* No available fields */
}

A AdwEntryRow tailored for entering secrets.

password-entry-row

It does not show its contents in clear text, does not allow to copy it to the clipboard, and shows a warning when Caps Lock is engaged. If the underlying platform allows it, AdwPasswordEntryRow will also place the text in a non-pageable memory area, to avoid it being written out to disk by the operating system.

It offer a way to reveal the contents in clear text.

CSS Nodes

AdwPasswordEntryRow has a single CSS node with name row that carries .entry and .password style classes.

Available since:1.2

Ancestors

Implements

  • GtkAccessible
  • GtkActionable
  • GtkBuildable
  • GtkConstraintTarget
  • GtkEditable

Constructors

adw_password_entry_row_new

Creates a new AdwPasswordEntryRow.

Available since: 1.2

Class structure

struct AdwPasswordEntryRowClass {
  AdwEntryRowClass parent_class;
  
}
Class members
parent_class
AdwEntryRowClass
  No description available.