:right-sidebar: True PasswordEntryRow =================================================================== .. currentmodule:: gi.repository.Adw .. versionadded:: 1.2 .. class:: PasswordEntryRow(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Adw.EntryRow`, :class:`~gi.repository.Adw.PreferencesRow`, :class:`~gi.repository.Gtk.ListBoxRow`, :class:`~gi.repository.Gtk.Widget`, :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.Gtk.Accessible`, :class:`~gi.repository.Gtk.Actionable`, :class:`~gi.repository.Gtk.Buildable`, :class:`~gi.repository.Gtk.ConstraintTarget`, :class:`~gi.repository.Gtk.Editable` A :obj:`~gi.repository.Adw.EntryRow` tailored for entering secrets. .. image:: https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/password-entry-row.png 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. Constructors ------------ .. rst-class:: interim-class .. class:: PasswordEntryRow :no-index: .. classmethod:: new() -> ~gi.repository.Gtk.Widget Creates a new ``AdwPasswordEntryRow``\. .. versionadded:: 1.2