70e7cb463ec70d90a78eba8234f56c1da5b476e8
[hildon] / doc / tmpl / gtk-infoprint.sgml
1 <!-- ##### SECTION Title ##### -->
2 gtk-infoprint
3
4 <!-- ##### SECTION Short_Description ##### -->
5 A widget which provides methods to show a small amount of information for the user.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 A widget which provides methods to show a small amount of information for the user.
10 There is three different types of infoprints and two different types of banners.
11 Infoprint options are a normal infoprint with default icon, an infoprint with
12 a stockicon (determined by developer). Third version provides a similar interface
13 as a printf function has.
14
15 The banners are used to show a progress of event. The progress can be shown with
16 a progressbar or with an animation.
17
18 <informalexample>
19 <programlisting>
20
21   gtk_infoprint( window, "This is a default infoprint" );
22   gtk_banner_show_animation( window, "This is an animated banner" );
23   
24 </programlisting>
25 </informalexample>
26 </para>
27
28 <!-- ##### SECTION See_Also ##### -->
29 <para>
30
31 </para>
32
33 <!-- ##### SECTION Stability_Level ##### -->
34
35
36 <!-- ##### FUNCTION gtk_infoprint_with_icon_stock ##### -->
37 <para>
38
39 </para>
40
41 @parent: 
42 @text: 
43 @stock_id: 
44
45
46 <!-- ##### FUNCTION gtk_infoprint_with_icon_name ##### -->
47 <para>
48
49 </para>
50
51 @parent: 
52 @text: 
53 @icon_name: 
54
55
56 <!-- ##### FUNCTION gtk_infoprint_with_icon_name ##### -->
57 <para>
58
59 </para>
60
61 @parent: 
62 @text: 
63 @icon_name: 
64
65
66 <!-- ##### FUNCTION gtk_infoprintf ##### -->
67 <para>
68
69 </para>
70
71 @parent: 
72 @format: 
73 @Varargs: 
74
75
76 <!-- ##### FUNCTION gtk_infoprint_temporarily_disable_wrap ##### -->
77 <para>
78
79 </para>
80
81
82
83 <!-- ##### FUNCTION gtk_confirmation_banner_with_icon_name ##### -->
84 <para>
85
86 </para>
87
88 @parent: 
89 @text: 
90 @icon_name: 
91
92
93 <!-- ##### FUNCTION gtk_confirmation_banner_with_icon_name ##### -->
94 <para>
95
96 </para>
97
98 @parent: 
99 @text: 
100 @icon_name: 
101
102
103 <!-- ##### FUNCTION gtk_confirmation_banner ##### -->
104 <para>
105
106 </para>
107
108 @parent: 
109 @text: 
110 @stock_id: 
111
112
113 <!-- ##### FUNCTION gtk_banner_show_animation ##### -->
114 <para>
115
116 </para>
117
118 @parent: 
119 @text: 
120
121
122 <!-- ##### FUNCTION gtk_banner_show_bar ##### -->
123 <para>
124
125 </para>
126
127 @parent: 
128 @text: 
129
130
131 <!-- ##### FUNCTION gtk_banner_set_text ##### -->
132 <para>
133
134 </para>
135
136 @parent: 
137 @text: 
138
139
140 <!-- ##### FUNCTION gtk_banner_set_fraction ##### -->
141 <para>
142
143 </para>
144
145 @parent: 
146 @fraction: 
147
148
149 <!-- ##### FUNCTION gtk_banner_close ##### -->
150 <para>
151
152 </para>
153
154 @parent: 
155
156
157 <!-- ##### FUNCTION gtk_banner_temporarily_disable_wrap ##### -->
158 <para>
159
160 </para>
161
162
163