~ubuntu-branches/debian/experimental/xfce4-panel/experimental

« back to all changes in this revision

Viewing changes to docs/API/tmpl/xfce-itembar.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2008-05-19 08:08:22 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080519080822-c8ptdv1s8o9r4ou0
Tags: 4.4.2-6
* switch to triggers:
  - debian/postinst: remove xfce-mcs-manager refresh.
  - debian/prerm dropped.
  - debian/control: conflicts against non-triggers-enable xfce4-mcs-manager.
* debian/control: remove useless Conflicts/Replaces against Sarge stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
XfceItembar
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
<para>
 
6
Container widget with configurable orientation.
 
7
</para>
 
8
 
 
9
<!-- ##### SECTION Long_Description ##### -->
 
10
<para>
 
11
#XfceItembar is a container widget that can hold multiple widgets. The
 
12
orientation of the bar is configurable and can be changed at any time. 
 
13
</para>
 
14
 
 
15
<!-- ##### SECTION See_Also ##### -->
 
16
<para>
 
17
#GtkHBox and #GtkVBox.
 
18
</para>
 
19
 
 
20
<!-- ##### SECTION Stability_Level ##### -->
 
21
 
 
22
 
 
23
<!-- ##### STRUCT XfceItembar ##### -->
 
24
<para>
 
25
The #XfceItembar-struct struct contains private data only, and
 
26
should be accessed using the functions below.
 
27
</para>
 
28
 
 
29
 
 
30
<!-- ##### SIGNAL XfceItembar::contents-changed ##### -->
 
31
<para>
 
32
 
 
33
</para>
 
34
 
 
35
@xfceitembar: the object which received the signal.
 
36
 
 
37
<!-- ##### SIGNAL XfceItembar::orientation-changed ##### -->
 
38
<para>
 
39
 
 
40
</para>
 
41
 
 
42
@xfceitembar: the object which received the signal.
 
43
@arg1: 
 
44
 
 
45
<!-- ##### ARG XfceItembar:orientation ##### -->
 
46
<para>
 
47
 
 
48
</para>
 
49
 
 
50
<!-- ##### ARG XfceItembar:expand ##### -->
 
51
<para>
 
52
 
 
53
</para>
 
54
 
 
55
<!-- ##### FUNCTION xfce_itembar_new ##### -->
 
56
<para>
 
57
 
 
58
</para>
 
59
 
 
60
@orientation: 
 
61
@Returns: 
 
62
 
 
63
 
 
64
<!-- ##### FUNCTION xfce_itembar_set_orientation ##### -->
 
65
<para>
 
66
 
 
67
</para>
 
68
 
 
69
@itembar: 
 
70
@orientation: 
 
71
 
 
72
 
 
73
<!-- ##### FUNCTION xfce_itembar_get_orientation ##### -->
 
74
<para>
 
75
 
 
76
</para>
 
77
 
 
78
@itembar: 
 
79
@Returns: 
 
80
 
 
81
 
 
82
<!-- ##### FUNCTION xfce_itembar_insert ##### -->
 
83
<para>
 
84
 
 
85
</para>
 
86
 
 
87
@itembar: 
 
88
@item: 
 
89
@position: 
 
90
 
 
91
 
 
92
<!-- ##### FUNCTION xfce_itembar_append ##### -->
 
93
<para>
 
94
 
 
95
</para>
 
96
 
 
97
@itembar: 
 
98
@item: 
 
99
 
 
100
 
 
101
<!-- ##### FUNCTION xfce_itembar_prepend ##### -->
 
102
<para>
 
103
 
 
104
</para>
 
105
 
 
106
@itembar: 
 
107
@item: 
 
108
 
 
109
 
 
110
<!-- ##### FUNCTION xfce_itembar_reorder_child ##### -->
 
111
<para>
 
112
 
 
113
</para>
 
114
 
 
115
@itembar: 
 
116
@item: 
 
117
@position: 
 
118
 
 
119
 
 
120
<!-- ##### FUNCTION xfce_itembar_set_child_expand ##### -->
 
121
<para>
 
122
 
 
123
</para>
 
124
 
 
125
@itembar: 
 
126
@item: 
 
127
@expand: 
 
128
 
 
129
 
 
130
<!-- ##### FUNCTION xfce_itembar_get_child_expand ##### -->
 
131
<para>
 
132
 
 
133
</para>
 
134
 
 
135
@itembar: 
 
136
@item: 
 
137
@Returns: 
 
138
 
 
139
 
 
140
<!-- ##### FUNCTION xfce_itembar_get_n_items ##### -->
 
141
<para>
 
142
 
 
143
</para>
 
144
 
 
145
@itembar: 
 
146
@Returns: 
 
147
 
 
148
 
 
149
<!-- ##### FUNCTION xfce_itembar_get_item_index ##### -->
 
150
<para>
 
151
 
 
152
</para>
 
153
 
 
154
@itembar: 
 
155
@item: 
 
156
@Returns: 
 
157
 
 
158
 
 
159
<!-- ##### FUNCTION xfce_itembar_get_nth_item ##### -->
 
160
<para>
 
161
 
 
162
</para>
 
163
 
 
164
@itembar: 
 
165
@n: 
 
166
@Returns: 
 
167
 
 
168
 
 
169
<!-- ##### FUNCTION xfce_itembar_raise_event_window ##### -->
 
170
<para>
 
171
 
 
172
</para>
 
173
 
 
174
@itembar: 
 
175
 
 
176
 
 
177
<!-- ##### FUNCTION xfce_itembar_lower_event_window ##### -->
 
178
<para>
 
179
 
 
180
</para>
 
181
 
 
182
@itembar: 
 
183
 
 
184
 
 
185
<!-- ##### FUNCTION xfce_itembar_event_window_is_raised ##### -->
 
186
<para>
 
187
 
 
188
</para>
 
189
 
 
190
@itembar: 
 
191
@Returns: 
 
192
 
 
193
 
 
194
<!-- ##### FUNCTION xfce_itembar_get_item_at_point ##### -->
 
195
<para>
 
196
 
 
197
</para>
 
198
 
 
199
@itembar: 
 
200
@x: 
 
201
@y: 
 
202
@Returns: 
 
203
 
 
204
 
 
205
<!-- ##### FUNCTION xfce_itembar_get_drop_index ##### -->
 
206
<para>
 
207
 
 
208
</para>
 
209
 
 
210
@itembar: 
 
211
@x: 
 
212
@y: 
 
213
@Returns: 
 
214
 
 
215