forked from AuroraMiddleware/gtk
64aa39cd4f
Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func): Correct the docs. Thu Feb 12 02:00:53 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtktreemodelfilter.sgml: * gtk/tmpl/gtkentrycompletion.sgml: * gtk/tmpl/gtkcelllayout.sgml: Additions. Thu Feb 12 01:27:02 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk-sections.txt: Updates. Thu Feb 12 01:26:42 2004 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (IGNORE_HFILES): Add some private headers.
132 lines
1.9 KiB
Plaintext
132 lines
1.9 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkCellLayout
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
An interface for packing cells
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
#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.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkCellLayout ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### STRUCT GtkCellLayoutIface ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@g_iface:
|
|
@pack_start:
|
|
@pack_end:
|
|
@clear:
|
|
@add_attribute:
|
|
@set_cell_data_func:
|
|
@clear_attributes:
|
|
@reorder:
|
|
|
|
<!-- ##### USER_FUNCTION GtkCellLayoutDataFunc ##### -->
|
|
<para>
|
|
A function which should set the value of @cell_layout's cell renderer(s)
|
|
as appropriate.
|
|
</para>
|
|
|
|
@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()
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_pack_start ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_layout:
|
|
@cell:
|
|
@expand:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_pack_end ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_layout:
|
|
@cell:
|
|
@expand:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_layout_reorder ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_layout:
|
|
@cell:
|
|
@position:
|
|
|
|
|
|
<!-- ##### 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:
|
|
|
|
|