2000-10-30 23:21:38 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkListStore
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
2002-03-07 08:03:09 +00:00
|
|
|
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.
|
2000-10-30 23:21:38 +00:00
|
|
|
</para>
|
|
|
|
|
2002-03-09 18:06:05 +00:00
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
2000-10-30 23:21:38 +00:00
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GtkListStore ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_new ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@n_columns:
|
|
|
|
@Varargs:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
2001-10-03 04:44:13 +00:00
|
|
|
<!-- ##### FUNCTION gtk_list_store_newv ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@n_columns:
|
|
|
|
@types:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
2001-11-21 21:43:47 +00:00
|
|
|
<!-- ##### FUNCTION gtk_list_store_set_column_types ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@list_store:
|
|
|
|
@n_columns:
|
|
|
|
@types:
|
|
|
|
|
|
|
|
|
2001-10-03 04:44:13 +00:00
|
|
|
<!-- ##### 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:
|
|
|
|
|
|
|
|
|
2000-10-30 23:21:38 +00:00
|
|
|
<!-- ##### FUNCTION gtk_list_store_remove ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-09-08 18:23:47 +00:00
|
|
|
@list_store:
|
2000-10-30 23:21:38 +00:00
|
|
|
@iter:
|
2002-06-08 06:48:27 +00:00
|
|
|
@Returns:
|
2001-09-08 18:23:47 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
@store:
|
2000-10-30 23:21:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_insert ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-09-08 18:23:47 +00:00
|
|
|
@list_store:
|
2000-10-30 23:21:38 +00:00
|
|
|
@iter:
|
|
|
|
@position:
|
2001-09-08 18:23:47 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
@store:
|
2000-10-30 23:21:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_insert_before ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-09-08 18:23:47 +00:00
|
|
|
@list_store:
|
2000-10-30 23:21:38 +00:00
|
|
|
@iter:
|
|
|
|
@sibling:
|
2001-09-08 18:23:47 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
@store:
|
2000-10-30 23:21:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_insert_after ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-09-08 18:23:47 +00:00
|
|
|
@list_store:
|
2000-10-30 23:21:38 +00:00
|
|
|
@iter:
|
|
|
|
@sibling:
|
2001-09-08 18:23:47 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
@store:
|
2000-10-30 23:21:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_prepend ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-09-08 18:23:47 +00:00
|
|
|
@list_store:
|
2000-10-30 23:21:38 +00:00
|
|
|
@iter:
|
2001-09-08 18:23:47 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
@store:
|
2000-10-30 23:21:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_list_store_append ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-09-08 18:23:47 +00:00
|
|
|
@list_store:
|
2000-10-30 23:21:38 +00:00
|
|
|
@iter:
|
2001-09-08 18:23:47 +00:00
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
@store:
|
2000-10-30 23:21:38 +00:00
|
|
|
|
|
|
|
|
2001-10-03 04:44:13 +00:00
|
|
|
<!-- ##### FUNCTION gtk_list_store_clear ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@list_store:
|
|
|
|
|
|
|
|
|