CellLayoutImpl

class CellLayoutImpl(gtkCellLayoutPointer: <Error class: unknown class><<Error class: unknown class>>) : CellLayout(source)

The CellLayoutImpl type represents a native instance of the CellLayout interface.

Constructors

Link copied to clipboard
constructor(gtkCellLayoutPointer: <Error class: unknown class><<Error class: unknown class>>)

Creates a new instance of CellLayout for the provided CPointer.

Properties

Link copied to clipboard
open override val gtkCellLayoutPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun addAttribute(cell: CellRenderer, attribute: String, column: <Error class: unknown class>)

This is deprecated since version 4.10.

---

Link copied to clipboard
open fun clear()

This is deprecated since version 4.10.

---

Link copied to clipboard

This is deprecated since version 4.10.

---

Link copied to clipboard
open fun getArea(): CellArea?

This is deprecated since version 4.10.

---

Link copied to clipboard
open fun getCells(): <Error class: unknown class>

This is deprecated since version 4.10.

---

Link copied to clipboard
open fun packEnd(cell: CellRenderer, expand: Boolean)

This is deprecated since version 4.10.

---

Link copied to clipboard
open fun packStart(cell: CellRenderer, expand: Boolean)

This is deprecated since version 4.10.

---

Link copied to clipboard
open fun reorder(cell: CellRenderer, position: <Error class: unknown class>)

This is deprecated since version 4.10.

---

Link copied to clipboard

This is deprecated since version 4.10.

---