Gtk.CellLayoutIface

Fields

Name

Type

Access

Description

add_attribute

object

r

Adds an attribute mapping to the list in cell_layout.

clear

object

r

Unsets all the mappings on all renderers on cell_layout and removes all renderers from cell_layout.

clear_attributes

object

r

Clears all existing attributes previously set with gtk_cell_layout_set_attributes().

g_iface

GObject.TypeInterface

r

get_area

object

r

Get the underlying Gtk.CellArea which might be cell_layout if called on a Gtk.CellArea or might be None if no Gtk.CellArea is used by cell_layout.

get_cells

object

r

Get the cell renderers which have been added to cell_layout.

pack_end

object

r

Adds the cell to the end of cell_layout.

pack_start

object

r

Packs the cell into the beginning of cell_layout.

reorder

object

r

Re-inserts cell at position.

set_cell_data_func

object

r

Sets the Gtk.CellLayoutDataFunc to use for cell_layout.

Methods

None

Details

class Gtk.CellLayoutIface