Gtk.CellLayoutIface¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
add_attribute  | 
r  | 
Adds an attribute mapping to the list in cell_layout.  | 
|
clear  | 
r  | 
Unsets all the mappings on all renderers on cell_layout and removes all renderers from cell_layout.  | 
|
clear_attributes  | 
r  | 
Clears all existing attributes previously set with gtk_cell_layout_set_attributes().  | 
|
g_iface  | 
r  | 
||
get_area  | 
r  | 
Get the underlying   | 
|
get_cells  | 
r  | 
Get the cell renderers which have been added to cell_layout.  | 
|
pack_end  | 
r  | 
Adds the cell to the end of cell_layout.  | 
|
pack_start  | 
r  | 
Packs the cell into the beginning of cell_layout.  | 
|
reorder  | 
r  | 
Re-inserts cell at position.  | 
|
set_cell_data_func  | 
r  | 
Sets the   | 
Methods¶
None
Details¶
- class Gtk.CellLayoutIface¶