PasswordEntryBuffer

class PasswordEntryBuffer(passwordEntryPointer: GtkPasswordEntryBuffer_autoptr) : EntryBuffer

17 / 12 / 2021

See also

Constructors

PasswordEntryBuffer
Link copied to clipboard
fun PasswordEntryBuffer()
PasswordEntryBuffer
Link copied to clipboard
fun PasswordEntryBuffer(passwordEntryPointer: GtkPasswordEntryBuffer_autoptr)

Functions

addDeletedTextCallback
Link copied to clipboard
fun addDeletedTextCallback(action: DeletedTextFunction): SignalManager
addInsertedTextCallback
Link copied to clipboard
fun addInsertedTextCallback(action: InsertedTextFunction): SignalManager
addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
deleteText
Link copied to clipboard
fun deleteText(position: UInt, count: Int)
emitDeletedText
Link copied to clipboard
fun emitDeletedText(position: UInt, count: UInt)
emitInsertedText
Link copied to clipboard
fun emitInsertedText(position: UInt, chars: String)
getString
Link copied to clipboard
fun getString(propertyName: String): String
insertText
Link copied to clipboard
fun insertText(position: UInt, chars: String)
ref
Link copied to clipboard
open fun ref(): KGObject
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
unref
Link copied to clipboard
open override fun unref()

Properties

bytes
Link copied to clipboard
val bytes: ULong
entryBufferPointer
Link copied to clipboard
val entryBufferPointer: CPointer<GtkEntryBuffer>
gClass
Link copied to clipboard
open val gClass: TypeClass
length
Link copied to clipboard
val length: UInt
maxLength
Link copied to clipboard
var maxLength: Int
passwordEntryPointer
Link copied to clipboard
val passwordEntryPointer: GtkPasswordEntryBuffer_autoptr
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
text
Link copied to clipboard
var text: String
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>