Package org.gtk.gtk.entrybuffer

Types

DeletedTextFunction
Link copied to clipboard
typealias DeletedTextFunction = EntryBuffer.(position: @ParameterName(name = "position") UInt, UInt) -> Unit
EntryBuffer
Link copied to clipboard
open class EntryBuffer(entryBufferPointer: CPointer<GtkEntryBuffer>) : KGObject

kotlinx-gtk

InsertedTextFunction
Link copied to clipboard
typealias InsertedTextFunction = EntryBuffer.(position: @ParameterName(name = "position") UInt, chars: @ParameterName(name = "chars") String, nChars: @ParameterName(name = "nChars") UInt) -> Unit
PasswordEntryBuffer
Link copied to clipboard
class PasswordEntryBuffer(passwordEntryPointer: GtkPasswordEntryBuffer_autoptr) : EntryBuffer

17 / 12 / 2021