Package org.gtk.gtk.entrybuffer   
          Types
DeletedTextFunction  
                          
                    Link copied to clipboard
                        typealias DeletedTextFunction = EntryBuffer.(position: @ParameterName(name = "position")  UInt, UInt) -> Unit
Content copied to clipboard
EntryBuffer 
                          
                    Link copied to clipboard
                        open class EntryBuffer(entryBufferPointer: CPointer<GtkEntryBuffer>) : KGObject
Content copied to clipboard
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
Content copied to clipboard
PasswordEntryBuffer  
                          
                    Link copied to clipboard
                        class PasswordEntryBuffer(passwordEntryPointer: GtkPasswordEntryBuffer_autoptr) : EntryBuffer
Content copied to clipboard
17 / 12 / 2021