]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkliststore.sgml
fix up some docs
[~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
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### STRUCT GtkListStore ##### -->
18 <para>
19
20 </para>
21
22 @parent: 
23
24 <!-- ##### FUNCTION gtk_list_store_new ##### -->
25 <para>
26
27 </para>
28
29 @Returns: 
30
31
32 <!-- ##### FUNCTION gtk_list_store_new_with_types ##### -->
33 <para>
34
35 </para>
36
37 @n_columns: 
38 @Varargs: 
39 @Returns: 
40
41
42 <!-- ##### FUNCTION gtk_list_store_set_n_columns ##### -->
43 <para>
44
45 </para>
46
47 @store: 
48 @n_columns: 
49
50
51 <!-- ##### FUNCTION gtk_list_store_set_column_type ##### -->
52 <para>
53
54 </para>
55
56 @store: 
57 @column: 
58 @type: 
59
60
61 <!-- ##### FUNCTION gtk_list_store_remove ##### -->
62 <para>
63
64 </para>
65
66 @store: 
67 @iter: 
68
69
70 <!-- ##### FUNCTION gtk_list_store_insert ##### -->
71 <para>
72
73 </para>
74
75 @store: 
76 @iter: 
77 @position: 
78
79
80 <!-- ##### FUNCTION gtk_list_store_insert_before ##### -->
81 <para>
82
83 </para>
84
85 @store: 
86 @iter: 
87 @sibling: 
88
89
90 <!-- ##### FUNCTION gtk_list_store_insert_after ##### -->
91 <para>
92
93 </para>
94
95 @store: 
96 @iter: 
97 @sibling: 
98
99
100 <!-- ##### FUNCTION gtk_list_store_prepend ##### -->
101 <para>
102
103 </para>
104
105 @store: 
106 @iter: 
107
108
109 <!-- ##### FUNCTION gtk_list_store_append ##### -->
110 <para>
111
112 </para>
113
114 @store: 
115 @iter: 
116
117