TreeViewColumn

class TreeViewColumn(tree_column: GtkTreeViewColumn_autoptr) : KGObject, Buildable, CellLayout

31 / 12 / 2021

See also

Constructors

TreeViewColumn
Link copied to clipboard
fun TreeViewColumn()
TreeViewColumn
Link copied to clipboard
fun TreeViewColumn(area: CellArea)
TreeViewColumn
Link copied to clipboard
fun TreeViewColumn(widget: Widget)
TreeViewColumn
Link copied to clipboard
fun TreeViewColumn(tree_column: GtkTreeViewColumn_autoptr)

Types

CellPosition
Link copied to clipboard
data class CellPosition(xOffset: Int, width: Int)
CellSize
Link copied to clipboard
data class CellSize(xOffset: Int, yOffset: Int, width: Int, height: Int)
Companion
Link copied to clipboard
object Companion
Sizing
Link copied to clipboard
enum Sizing : Enum<TreeViewColumn.Sizing>

Functions

addAttribute
Link copied to clipboard
open override fun addAttribute(cellRenderer: CellRenderer, attribute: String, column: Int)
addOnClickedCallback
Link copied to clipboard
fun addOnClickedCallback(action: TypedNoArgFunc<TreeViewColumn>): 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
cellGetPosition
Link copied to clipboard
fun cellGetPosition(cellRenderer: CellRenderer): TreeViewColumn.CellPosition
cellGetSize
Link copied to clipboard
fun cellGetSize(): TreeViewColumn.CellSize
cellSetCellData
Link copied to clipboard
fun cellSetCellData(treeModel: TreeModel, iter: TreeIter, isExpander: Boolean, isExpanded: Boolean)
clear
Link copied to clipboard
open override fun clear()
clearAttributes
Link copied to clipboard
open override fun clearAttributes(cell: CellRenderer)
clicked
Link copied to clipboard
fun clicked()
focusCell
Link copied to clipboard
fun focusCell(cell: CellRenderer)
getString
Link copied to clipboard
fun getString(propertyName: String): String
packEnd
Link copied to clipboard
open override fun packEnd(cell: CellRenderer, expand: Boolean)
packStart
Link copied to clipboard
open override fun packStart(cell: CellRenderer, expand: Boolean)
ref
Link copied to clipboard
open fun ref(): KGObject
reorder
Link copied to clipboard
open fun reorder(cell: CellRenderer, position: Int)
resize
Link copied to clipboard
fun resize()
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
setCellDataFunc
Link copied to clipboard
fun setCellDataFunc(cellRenderer: CellRenderer, func: TreeCellDataFunc?)
open fun setCellDataFunc(renderer: CellRenderer, function: CellLayoutDataFunc?)
setSizing
Link copied to clipboard
fun setSizing(type: TreeViewColumn.Sizing)
unref
Link copied to clipboard
open override fun unref()

Properties

alignment
Link copied to clipboard
var alignment: Float
area
Link copied to clipboard
open val area: CellArea?
buildablePointer
Link copied to clipboard
open override val buildablePointer: GtkBuildable_autoptr
button
Link copied to clipboard
val button: Widget
cellIsVisible
Link copied to clipboard
val cellIsVisible: Boolean
cellLayoutHolder
Link copied to clipboard
open override val cellLayoutHolder: GtkCellLayout_autoptr
cells
Link copied to clipboard
open val cells: WrappedKList<CellRenderer>
clickable
Link copied to clipboard
var clickable: Boolean
expand
Link copied to clipboard
var expand: Boolean
fixedWidth
Link copied to clipboard
var fixedWidth: Int
gClass
Link copied to clipboard
open val gClass: TypeClass
maxWidth
Link copied to clipboard
var maxWidth: Int
minWidth
Link copied to clipboard
var minWidth: Int
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
reorderable
Link copied to clipboard
var reorderable: Boolean
resizable
Link copied to clipboard
var resizable: Boolean
sortColumnId
Link copied to clipboard
var sortColumnId: Int
sortIndicator
Link copied to clipboard
var sortIndicator: Boolean
sortOrder
Link copied to clipboard
var sortOrder: SortType
spacing
Link copied to clipboard
var spacing: Int
title
Link copied to clipboard
var title: String
tree_column
Link copied to clipboard
val tree_column: GtkTreeViewColumn_autoptr
treeView
Link copied to clipboard
val treeView: Widget
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
visible
Link copied to clipboard
var visible: Boolean
widget
Link copied to clipboard
var widget: Widget
width
Link copied to clipboard
val width: Int
xOffset
Link copied to clipboard
val xOffset: Int