~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/tmpl/gimppageselector.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GimpPageSelector
 
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
<!-- ##### SECTION Stability_Level ##### -->
 
18
 
 
19
 
 
20
<!-- ##### STRUCT GimpPageSelector ##### -->
 
21
<para>
 
22
 
 
23
</para>
 
24
 
 
25
 
 
26
<!-- ##### SIGNAL GimpPageSelector::activate ##### -->
 
27
<para>
 
28
 
 
29
</para>
 
30
 
 
31
@gimppageselector: the object which received the signal.
 
32
 
 
33
<!-- ##### SIGNAL GimpPageSelector::selection-changed ##### -->
 
34
<para>
 
35
 
 
36
</para>
 
37
 
 
38
@gimppageselector: the object which received the signal.
 
39
 
 
40
<!-- ##### ARG GimpPageSelector:n-pages ##### -->
 
41
<para>
 
42
 
 
43
</para>
 
44
 
 
45
<!-- ##### ARG GimpPageSelector:target ##### -->
 
46
<para>
 
47
 
 
48
</para>
 
49
 
 
50
<!-- ##### ENUM GimpPageSelectorTarget ##### -->
 
51
<para>
 
52
 
 
53
</para>
 
54
 
 
55
@GIMP_PAGE_SELECTOR_TARGET_LAYERS: 
 
56
@GIMP_PAGE_SELECTOR_TARGET_IMAGES: 
 
57
 
 
58
<!-- ##### FUNCTION gimp_page_selector_new ##### -->
 
59
<para>
 
60
 
 
61
</para>
 
62
 
 
63
@Returns: 
 
64
 
 
65
 
 
66
<!-- ##### FUNCTION gimp_page_selector_set_n_pages ##### -->
 
67
<para>
 
68
 
 
69
</para>
 
70
 
 
71
@selector: 
 
72
@n_pages: 
 
73
 
 
74
 
 
75
<!-- ##### FUNCTION gimp_page_selector_get_n_pages ##### -->
 
76
<para>
 
77
 
 
78
</para>
 
79
 
 
80
@selector: 
 
81
@Returns: 
 
82
 
 
83
 
 
84
<!-- ##### FUNCTION gimp_page_selector_set_target ##### -->
 
85
<para>
 
86
 
 
87
</para>
 
88
 
 
89
@selector: 
 
90
@target: 
 
91
 
 
92
 
 
93
<!-- ##### FUNCTION gimp_page_selector_get_target ##### -->
 
94
<para>
 
95
 
 
96
</para>
 
97
 
 
98
@selector: 
 
99
@Returns: 
 
100
 
 
101
 
 
102
<!-- ##### FUNCTION gimp_page_selector_set_page_thumbnail ##### -->
 
103
<para>
 
104
 
 
105
</para>
 
106
 
 
107
@selector: 
 
108
@page_no: 
 
109
@thumbnail: 
 
110
 
 
111
 
 
112
<!-- ##### FUNCTION gimp_page_selector_get_page_thumbnail ##### -->
 
113
<para>
 
114
 
 
115
</para>
 
116
 
 
117
@selector: 
 
118
@page_no: 
 
119
@Returns: 
 
120
 
 
121
 
 
122
<!-- ##### FUNCTION gimp_page_selector_set_page_label ##### -->
 
123
<para>
 
124
 
 
125
</para>
 
126
 
 
127
@selector: 
 
128
@page_no: 
 
129
@label: 
 
130
 
 
131
 
 
132
<!-- ##### FUNCTION gimp_page_selector_get_page_label ##### -->
 
133
<para>
 
134
 
 
135
</para>
 
136
 
 
137
@selector: 
 
138
@page_no: 
 
139
@Returns: 
 
140
 
 
141
 
 
142
<!-- ##### FUNCTION gimp_page_selector_select_all ##### -->
 
143
<para>
 
144
 
 
145
</para>
 
146
 
 
147
@selector: 
 
148
 
 
149
 
 
150
<!-- ##### FUNCTION gimp_page_selector_unselect_all ##### -->
 
151
<para>
 
152
 
 
153
</para>
 
154
 
 
155
@selector: 
 
156
 
 
157
 
 
158
<!-- ##### FUNCTION gimp_page_selector_select_page ##### -->
 
159
<para>
 
160
 
 
161
</para>
 
162
 
 
163
@selector: 
 
164
@page_no: 
 
165
 
 
166
 
 
167
<!-- ##### FUNCTION gimp_page_selector_unselect_page ##### -->
 
168
<para>
 
169
 
 
170
</para>
 
171
 
 
172
@selector: 
 
173
@page_no: 
 
174
 
 
175
 
 
176
<!-- ##### FUNCTION gimp_page_selector_page_is_selected ##### -->
 
177
<para>
 
178
 
 
179
</para>
 
180
 
 
181
@selector: 
 
182
@page_no: 
 
183
@Returns: 
 
184
 
 
185
 
 
186
<!-- ##### FUNCTION gimp_page_selector_get_selected_pages ##### -->
 
187
<para>
 
188
 
 
189
</para>
 
190
 
 
191
@selector: 
 
192
@n_selected_pages: 
 
193
@Returns: 
 
194
 
 
195
 
 
196
<!-- ##### FUNCTION gimp_page_selector_select_range ##### -->
 
197
<para>
 
198
 
 
199
</para>
 
200
 
 
201
@selector: 
 
202
@range: 
 
203
 
 
204
 
 
205
<!-- ##### FUNCTION gimp_page_selector_get_selected_range ##### -->
 
206
<para>
 
207
 
 
208
</para>
 
209
 
 
210
@selector: 
 
211
@Returns: 
 
212
 
 
213