forked from AuroraMiddleware/gtk
3a4bb5f8fb
Sat Mar 9 13:00:38 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Lots of docs.
169 lines
2.2 KiB
Plaintext
169 lines
2.2 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkListStore
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The #GtkListStore object is a list model for use with a #GtkTreeView
|
|
widget. It implements the #GtkTreeModel interface, and consequentialy,
|
|
can use all of the methods available there. It also implements the
|
|
#GtkTreeSortable interface so you can sort the list using the view.
|
|
Finally, it also implements the tree <link linkend="gtktreednd">drag and
|
|
drop</link> interfaces.
|
|
</para>
|
|
|
|
<para>
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkListStore ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@n_columns:
|
|
@Varargs:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_newv ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@n_columns:
|
|
@types:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_set_column_types ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@n_columns:
|
|
@types:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_set ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
@Varargs:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_set_valist ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
@var_args:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_set_value ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
@column:
|
|
@value:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_remove ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
<!-- # Unused Parameters # -->
|
|
@store:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_insert ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
@position:
|
|
<!-- # Unused Parameters # -->
|
|
@store:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_insert_before ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
@sibling:
|
|
<!-- # Unused Parameters # -->
|
|
@store:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_insert_after ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
@sibling:
|
|
<!-- # Unused Parameters # -->
|
|
@store:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_prepend ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
<!-- # Unused Parameters # -->
|
|
@store:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_append ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
@iter:
|
|
<!-- # Unused Parameters # -->
|
|
@store:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_clear ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@list_store:
|
|
|
|
|