83379fee9efc661b2a782fa8189c372fe5898b12
[hildon] / doc / tmpl / hildon-file-handling-note.sgml
1 <!-- ##### SECTION Title ##### -->
2 HildonFileHandlingNote
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Notification presented when a move operation is in progress.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 Notification presented when a move operation is in progress.
11 The notification uses a progress bar to indicate the progress of the operation.
12 For operation containing multiple items, a separator progress bar is shown
13 for each item. The notification has single button, which allowes to stop
14 the action.
15
16 <informalexample>
17 <programlisting>
18
19 GtkWidget *file_note;
20 file_note = hildon_file_handling_note_new_moving (GTK_WINDOW (parent));
21
22 hildon_file_handling_note_set_fraction( 
23                                                 HILDON_FILE_HANDLING_NOTE (file_note), 0.7);
24 hildon_file_handling_note_set_counter_and_name (
25                                                 HILDON_FILE_HANDLING_NOTE (file_note), 1, 2, "bar.txt");
26
27 gtk_dialog_run( GTK_DIALOG( file_note ));
28 gtk_widget_destroy( GTK_WIDGET( file_note ));
29
30 </programlisting>
31 </informalexample>
32
33 </para>
34
35 <!-- ##### SECTION See_Also ##### -->
36 <para>
37
38 </para>
39
40 <!-- ##### FUNCTION hildon_file_handling_note_new_moving ##### -->
41 <para>
42
43 </para>
44
45 @parent: 
46 @Returns: 
47
48
49 <!-- ##### FUNCTION hildon_file_handling_note_new_deleting ##### -->
50 <para>
51
52 </para>
53
54 @parent: 
55 @Returns: 
56
57
58 <!-- ##### FUNCTION hildon_file_handling_note_new_opening ##### -->
59 <para>
60
61 </para>
62
63 @parent: 
64 @Returns: 
65
66
67 <!-- ##### FUNCTION hildon_file_handling_note_new_saving ##### -->
68 <para>
69
70 </para>
71
72 @parent: 
73 @Returns: 
74
75
76 <!-- ##### FUNCTION hildon_file_handling_note_set_fraction ##### -->
77 <para>
78
79 </para>
80
81 @note: 
82 @frac: 
83
84
85 <!-- ##### FUNCTION hildon_file_handling_note_set_counter_and_name ##### -->
86 <para>
87
88 </para>
89
90 @note: 
91 @current: 
92 @maximum: 
93 @name: 
94
95
96 <!-- ##### FUNCTION hildon_file_handling_note_set_name ##### -->
97 <para>
98
99 </para>
100
101 @note: 
102 @name: 
103
104