CellLayout

interface CellLayout

See also

Types

Companion
Link copied to clipboard
object Companion

Functions

addAttribute
Link copied to clipboard
open fun addAttribute(cell: CellRenderer, attribute: String, column: Int)
clear
Link copied to clipboard
open fun clear()
clearAttributes
Link copied to clipboard
open fun clearAttributes(cell: CellRenderer)
packEnd
Link copied to clipboard
open fun packEnd(cell: CellRenderer, expand: Boolean)
packStart
Link copied to clipboard
open fun packStart(cell: CellRenderer, expand: Boolean)
reorder
Link copied to clipboard
open fun reorder(cell: CellRenderer, position: Int)
setCellDataFunc
Link copied to clipboard
open fun setCellDataFunc(renderer: CellRenderer, function: CellLayoutDataFunc?)

Properties

area
Link copied to clipboard
open val area: CellArea?
cellLayoutHolder
Link copied to clipboard
abstract val cellLayoutHolder: GtkCellLayout_autoptr
cells
Link copied to clipboard
open val cells: WrappedKList<CellRenderer>

Inheritors

CellArea
Link copied to clipboard
EntryCompletion
Link copied to clipboard
IconView
Link copied to clipboard
TreeViewColumn
Link copied to clipboard
ComboBox
Link copied to clipboard