Class
GtkPasswordEntryBuffer
Description [src]
final class Gtk.PasswordEntryBuffer : Gtk.EntryBuffer {
/* No available fields */
}
A GtkEntryBuffer
that locks the underlying memory to prevent it
from being swapped to disk.
GtkPasswordEntry
uses a GtkPasswordEntryBuffer
.
Available since: | 4.4 |
Ancestors
- GtkEntryBuffer
- GObject
Constructors
gtk_password_entry_buffer_new
Creates a new GtkEntryBuffer
using secure memory allocations.