adw.password_entry_row

Module for [PasswordEntryRow] class

Types 3

A adw.entry_row.EntryRow 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, adw.password_entry_row.PasswordEntryRow 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

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

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
PasswordEntryRow self() nothrowReturns `this`, for use in `with` statements.
PasswordEntryRowGidBuilder builder() static nothrowGet builder for [adw.password_entry_row.PasswordEntryRow] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [adw.password_entry_row.PasswordEntryRow]. Returns: the newly created [adw.password_entry_row.PasswordEntryRow]