]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtktreestore.sgml
bracket in #ifdef GTK_ENABLE_BROKEN.
[~andy/gtk] / docs / reference / gtk / tmpl / gtktreestore.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkTreeStore
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### STRUCT GtkTreeStore ##### -->
18 <para>
19
20 </para>
21
22 @parent: 
23 @stamp: 
24 @root: 
25 @last: 
26 @n_columns: 
27 @column_headers: 
28
29 <!-- ##### FUNCTION gtk_tree_store_new ##### -->
30 <para>
31
32 </para>
33
34 @Returns: 
35
36
37 <!-- ##### FUNCTION gtk_tree_store_new_with_types ##### -->
38 <para>
39
40 </para>
41
42 @n_columns: 
43 @Varargs: 
44 @Returns: 
45
46
47 <!-- ##### FUNCTION gtk_tree_store_set_n_columns ##### -->
48 <para>
49
50 </para>
51
52 @tree_store: 
53 @n_columns: 
54
55
56 <!-- ##### FUNCTION gtk_tree_store_set_column_type ##### -->
57 <para>
58
59 </para>
60
61 @store: 
62 @column: 
63 @type: 
64
65
66 <!-- ##### FUNCTION gtk_tree_store_set_cell ##### -->
67 <para>
68
69 </para>
70
71 @tree_store: 
72 @iter: 
73 @column: 
74 @value: 
75
76
77 <!-- ##### FUNCTION gtk_tree_store_set ##### -->
78 <para>
79
80 </para>
81
82 @tree_store: 
83 @iter: 
84 @Varargs: 
85
86
87 <!-- ##### FUNCTION gtk_tree_store_get ##### -->
88 <para>
89
90 </para>
91
92 @tree_store: 
93 @iter: 
94 @Varargs: 
95
96
97 <!-- ##### FUNCTION gtk_tree_store_remove ##### -->
98 <para>
99
100 </para>
101
102 @tree_store: 
103 @iter: 
104
105
106 <!-- ##### FUNCTION gtk_tree_store_insert ##### -->
107 <para>
108
109 </para>
110
111 @tree_store: 
112 @iter: 
113 @parent: 
114 @position: 
115
116
117 <!-- ##### FUNCTION gtk_tree_store_insert_before ##### -->
118 <para>
119
120 </para>
121
122 @tree_store: 
123 @iter: 
124 @parent: 
125 @sibling: 
126
127
128 <!-- ##### FUNCTION gtk_tree_store_insert_after ##### -->
129 <para>
130
131 </para>
132
133 @tree_store: 
134 @iter: 
135 @parent: 
136 @sibling: 
137
138
139 <!-- ##### FUNCTION gtk_tree_store_prepend ##### -->
140 <para>
141
142 </para>
143
144 @tree_store: 
145 @iter: 
146 @parent: 
147
148
149 <!-- ##### FUNCTION gtk_tree_store_append ##### -->
150 <para>
151
152 </para>
153
154 @tree_store: 
155 @iter: 
156 @parent: 
157
158
159 <!-- ##### FUNCTION gtk_tree_store_is_ancestor ##### -->
160 <para>
161
162 </para>
163
164 @tree_store: 
165 @iter: 
166 @descendant: 
167 @Returns: 
168
169
170 <!-- ##### FUNCTION gtk_tree_store_iter_depth ##### -->
171 <para>
172
173 </para>
174
175 @tree_store: 
176 @iter: 
177 @Returns: 
178
179