]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkliststore.sgml
Documentation fixes.
[~andy/gtk] / docs / reference / gtk / tmpl / gtkliststore.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkListStore
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The #GtkListStore object is a list model for use with a #GtkTreeView
10 widget.  It implements the #GtkTreeModel interface, and consequentialy,
11 can use all of the methods available there.  It also implements the
12 #GtkTreeSortable interface so you can sort the list using the view.
13 Finally, it also implements the tree <link linkend="gtktreednd">drag and
14 drop</link> interfaces.
15 </para>
16
17 <para>
18 </para>
19
20 <!-- ##### SECTION See_Also ##### -->
21 <para>
22
23 </para>
24
25 <!-- ##### STRUCT GtkListStore ##### -->
26 <para>
27
28 </para>
29
30
31 <!-- ##### FUNCTION gtk_list_store_new ##### -->
32 <para>
33
34 </para>
35
36 @n_columns: 
37 @Varargs: 
38 @Returns: 
39
40
41 <!-- ##### FUNCTION gtk_list_store_newv ##### -->
42 <para>
43
44 </para>
45
46 @n_columns: 
47 @types: 
48 @Returns: 
49
50
51 <!-- ##### FUNCTION gtk_list_store_set_column_types ##### -->
52 <para>
53
54 </para>
55
56 @list_store: 
57 @n_columns: 
58 @types: 
59
60
61 <!-- ##### FUNCTION gtk_list_store_set ##### -->
62 <para>
63
64 </para>
65
66 @list_store: 
67 @iter: 
68 @Varargs: 
69
70
71 <!-- ##### FUNCTION gtk_list_store_set_valist ##### -->
72 <para>
73
74 </para>
75
76 @list_store: 
77 @iter: 
78 @var_args: 
79
80
81 <!-- ##### FUNCTION gtk_list_store_set_value ##### -->
82 <para>
83
84 </para>
85
86 @list_store: 
87 @iter: 
88 @column: 
89 @value: 
90
91
92 <!-- ##### FUNCTION gtk_list_store_remove ##### -->
93 <para>
94
95 </para>
96
97 @list_store: 
98 @iter: 
99 @Returns: 
100 <!-- # Unused Parameters # -->
101 @store: 
102
103
104 <!-- ##### FUNCTION gtk_list_store_insert ##### -->
105 <para>
106
107 </para>
108
109 @list_store: 
110 @iter: 
111 @position: 
112 <!-- # Unused Parameters # -->
113 @store: 
114
115
116 <!-- ##### FUNCTION gtk_list_store_insert_before ##### -->
117 <para>
118
119 </para>
120
121 @list_store: 
122 @iter: 
123 @sibling: 
124 <!-- # Unused Parameters # -->
125 @store: 
126
127
128 <!-- ##### FUNCTION gtk_list_store_insert_after ##### -->
129 <para>
130
131 </para>
132
133 @list_store: 
134 @iter: 
135 @sibling: 
136 <!-- # Unused Parameters # -->
137 @store: 
138
139
140 <!-- ##### FUNCTION gtk_list_store_prepend ##### -->
141 <para>
142
143 </para>
144
145 @list_store: 
146 @iter: 
147 <!-- # Unused Parameters # -->
148 @store: 
149
150
151 <!-- ##### FUNCTION gtk_list_store_append ##### -->
152 <para>
153
154 </para>
155
156 @list_store: 
157 @iter: 
158 <!-- # Unused Parameters # -->
159 @store: 
160
161
162 <!-- ##### FUNCTION gtk_list_store_clear ##### -->
163 <para>
164
165 </para>
166
167 @list_store: 
168
169
170 <!-- ##### FUNCTION gtk_list_store_iter_is_valid ##### -->
171 <para>
172
173 </para>
174
175 @list_store: 
176 @iter: 
177 @Returns: 
178
179
180 <!-- ##### FUNCTION gtk_list_store_reorder ##### -->
181 <para>
182
183 </para>
184
185 @store: 
186 @new_order: 
187
188
189 <!-- ##### FUNCTION gtk_list_store_swap ##### -->
190 <para>
191
192 </para>
193
194 @store: 
195 @a: 
196 @b: 
197
198
199 <!-- ##### FUNCTION gtk_list_store_move ##### -->
200 <para>
201
202 </para>
203
204 @store: 
205 @iter: 
206 @position: 
207
208