Creates a new gtk.entry_buffer.EntryBuffer using secure memory allocations.
Deletes a sequence of characters from the buffer.
Used when subclassing gtk.entry_buffer.EntryBuffer.
Used when subclassing gtk.entry_buffer.EntryBuffer.
Retrieves the length in bytes of the buffer.
Retrieves the length in characters of the buffer.
Retrieves the maximum allowed length of the text in buffer.
Retrieves the contents of the buffer.
Inserts n_chars characters of chars into the contents of the buffer, at position position.
Sets the maximum allowed length of the contents of the buffer.
Sets the text in the buffer.
Connect to DeletedText signal.
Connect to InsertedText signal.
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.