GtkCellLayout
An interface for packing cells.
对象层次
执行
描述
这是接口,不可以直接访问。
GtkCellLayout is an interface to be implemented by all objects which want to provide a GtkTreeViewColumn-like API for packing cells, setting attributes and data funcs.
方法
add_attribute() Adds an model attribute to cell renderer mapping. clear() Removes all renderers. clear_attributes() Clears all existing attributes set. pack_end() Packs the cell to the end of the layout. pack_start() Packs the cell into the beginning of the layout. reorder() Moves the given cell to a certain position. set_attributes() Sets a bunch of model attribute - cell renderer mappings. set_cell_data_func() Sets a callback to set the value for a renderer.