EntryBuffer

open class EntryBuffer(entryBufferPointer: CPointer<GtkEntryBuffer>) : KGObject

kotlinx-gtk

30 / 06 / 2021

See also

Constructors

EntryBuffer
Link copied to clipboard
fun EntryBuffer(initialCharacters: String? = null)
EntryBuffer
Link copied to clipboard
fun EntryBuffer(entryBufferPointer: CPointer<GtkEntryBuffer>)

Types

Companion
Link copied to clipboard
object Companion

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
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>

Inheritors

PasswordEntryBuffer
Link copied to clipboard