TreeListRow

class TreeListRow(treeListRowPointer: CPointer<GtkTreeListRow>) : KGObject

gtk-kt

01 / 09 / 2021

See also

Constructors

TreeListRow
Link copied to clipboard
fun TreeListRow(treeListRowPointer: CPointer<GtkTreeListRow>)

Types

Companion
Link copied to clipboard
object Companion

Functions

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
getChildren
Link copied to clipboard
fun getChildren(): ListModel?
getChildRow
Link copied to clipboard
fun getChildRow(position: UInt): TreeListRow?
getString
Link copied to clipboard
fun getString(propertyName: String): 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

depth
Link copied to clipboard
val depth: UInt
expanded
Link copied to clipboard
var expanded: Boolean
gClass
Link copied to clipboard
open val gClass: TypeClass
isExpandable
Link copied to clipboard
val isExpandable: Boolean
item
Link copied to clipboard
val item: KGObject?
parent
Link copied to clipboard
val parent: TreeListRow?
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
position
Link copied to clipboard
val position: UInt
treeListRowPointer
Link copied to clipboard
val treeListRowPointer: CPointer<GtkTreeListRow>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>