2003-10-01 22:43:30 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkCellLayout
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2004-02-12 01:52:26 +00:00
|
|
|
An interface for packing cells
|
2003-10-01 22:43:30 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
2004-02-12 01:52:26 +00:00
|
|
|
#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.
|
2003-10-01 22:43:30 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2005-06-20 22:06:27 +00:00
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
|
|
|
2003-10-01 22:43:30 +00:00
|
|
|
<!-- ##### STRUCT GtkCellLayout ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkCellLayoutIface ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@g_iface:
|
|
|
|
@pack_start:
|
|
|
|
@pack_end:
|
|
|
|
@clear:
|
|
|
|
@add_attribute:
|
|
|
|
@set_cell_data_func:
|
|
|
|
@clear_attributes:
|
2004-01-22 06:48:20 +00:00
|
|
|
@reorder:
|
2003-10-01 22:43:30 +00:00
|
|
|
|
|
|
|
<!-- ##### USER_FUNCTION GtkCellLayoutDataFunc ##### -->
|
|
|
|
<para>
|
2004-02-12 01:52:26 +00:00
|
|
|
A function which should set the value of @cell_layout's cell renderer(s)
|
|
|
|
as appropriate.
|
2003-10-01 22:43:30 +00:00
|
|
|
</para>
|
|
|
|
|
2004-02-12 01:52:26 +00:00
|
|
|
@cell_layout: a #GtkCellLayout
|
|
|
|
@cell: the cell renderer whose value is to be set
|
|
|
|
@tree_model: the model
|
|
|
|
@iter: a #GtkTreeIter indicating the row to set the value for
|
|
|
|
@data: user data passed to gtk_cell_layout_set_cell_data_func()
|
2003-10-01 22:43:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_pack_start ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
@cell:
|
|
|
|
@expand:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_pack_end ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
@cell:
|
|
|
|
@expand:
|
|
|
|
|
|
|
|
|
2004-02-12 01:52:26 +00:00
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_reorder ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
@cell:
|
|
|
|
@position:
|
|
|
|
|
|
|
|
|
2003-10-01 22:43:30 +00:00
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_clear ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_set_attributes ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
@cell:
|
|
|
|
@Varargs:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_add_attribute ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
@cell:
|
|
|
|
@attribute:
|
|
|
|
@column:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_set_cell_data_func ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
@cell:
|
|
|
|
@func:
|
|
|
|
@func_data:
|
|
|
|
@destroy:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_clear_attributes ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@cell_layout:
|
|
|
|
@cell:
|
|
|
|
|
|
|
|
|