:right-sidebar: True PasswordEntryBuffer =================================================================== .. currentmodule:: gi.repository.Gtk .. versionadded:: 4.4 .. class:: PasswordEntryBuffer(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.EntryBuffer`, :class:`~gi.repository.GObject.Object` A ``GtkEntryBuffer`` that locks the underlying memory to prevent it from being swapped to disk. ``GtkPasswordEntry`` uses a ``GtkPasswordEntryBuffer``. Constructors ------------ .. rst-class:: interim-class .. class:: PasswordEntryBuffer :no-index: .. classmethod:: new() -> ~gi.repository.Gtk.EntryBuffer Creates a new ``GtkEntryBuffer`` using secure memory allocations.