forked from AuroraMiddleware/gtk
cd6f16f5bb
2003-10-02 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and gtkcellviewmenuitem.h. * gtk/tmpl/gtkentrycompletion.sgml: * gtk/tmpl/gtktreemodelfilter.sgml: * gtk/tmpl/gtkcelllayout.sgml: * gtk/tmpl/gtkcombobox.sgml: * gtk/tmpl/gtkcomboboxentry.sgml: New templates. * gtk/gtk-sections.txt: * gtk/gtk-docs.sgml: Add sections for GtkEntryCompletion, GtkTreeModelFilter, GtkCellLayout, GtkComboBox, GtkComboBoxEntry. * gtk/tmpl/gtktreednd.sgml: Add short description. * gtk/gtk-docs.sgml: Move GtkItemFactory to the "Deprecated" chapter. * gtk/tmpl/gtktoggletoolbutton.sgml: Fix section title.
118 lines
1.3 KiB
Plaintext
118 lines
1.3 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkCellLayout
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</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:
|
|
|
|
<!-- ##### USER_FUNCTION GtkCellLayoutDataFunc ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_layout:
|
|
@cell:
|
|
@tree_model:
|
|
@iter:
|
|
@data:
|
|
|
|
|
|
<!-- ##### 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_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:
|
|
|
|
|