Package org.gtk.glib.ktx
Types
MutableWrappedKList
Link copied to clipboard
class MutableWrappedKList<T>(wrappedKList: WrappedKList<T>) : AbstractMutableList<T>
Content copied to clipboard
kotlinx-gtk
Functions
contains
Link copied to clipboard
minus
Link copied to clipboard
Remove operator function
minusAssign
Link copied to clipboard
Remove operator function, for another style
plus
Link copied to clipboard
Prepend operator function for KList
Append operator function
Concat operator function
plusAssign
Link copied to clipboard
Append operator function, for another style
Concat operator function, for another style
set
Link copied to clipboard
Insert operator function
WrappedStringKList
Link copied to clipboard
fun WrappedStringKList(memScope: AutofreeScope, kList: KList = KList()): WrappedKList<String>
Content copied to clipboard
Easy way to define a string list
WrappedStringSList
Link copied to clipboard
fun WrappedStringSList(memScope: AutofreeScope, sList: SList = SList()): WrappedSList<String>
Content copied to clipboard
Easy way to define a string list