CellLayoutImpl
data class CellLayoutImpl(val gtkCellLayoutPointer: <Error class: unknown class><<Error class: unknown class>>) : CellLayout
The CellLayoutImpl type represents a native instance of the CellLayout interface.
Constructors
Functions
Link copied to clipboard
Adds an attribute mapping to the list in @cell_layout.
Link copied to clipboard
Clears all existing attributes previously set with gtk_cell_layout_set_attributes().
Link copied to clipboard
Adds the @cell to the end of @cell_layout. If @expand is false, then the
Link copied to clipboard
Packs the @cell into the beginning of @cell_layout. If @expand is false, then the @cell is allocated no more space than it needs. Any unused space is divided evenly between cells for which @expand is true.
Link copied to clipboard
Re-inserts @cell at @position.
Link copied to clipboard
Sets the GtkCellLayout
DataFunc to use for @cell_layout.