gtk.password_entry_buffer

Module for [PasswordEntryBuffer] class

Types 3

A gtk.entry_buffer.EntryBuffer that locks the underlying memory to prevent it from being swapped to disk.

gtk.password_entry.PasswordEntry uses a gtk.password_entry_buffer.PasswordEntryBuffer.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
PasswordEntryBuffer self() nothrowReturns `this`, for use in `with` statements.
PasswordEntryBufferGidBuilder builder() static nothrowGet builder for [gtk.password_entry_buffer.PasswordEntryBuffer] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [gtk.entry_buffer.EntryBuffer] using secure memory allocations. Returns: the newly created instance