This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.22/Goo/Canvas/ItemSimple.pod is in libgoo-canvas-perl 0.06-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
=head1 NAME

Goo::Canvas::ItemSimple - wrapper for GooCanvasItemSimple

=cut

=head1 HIERARCHY

  Glib::Object
  +----Goo::Canvas::ItemSimple



=cut

=head1 INTERFACES

  Goo::Canvas::Item



=cut


=head1 METHODS

=head2 $item-E<gt>B<goo_canvas_item_simple_changed> ($recompute_bounds)

=over

=item * $recompute_bounds (boolean) 

=back

=head2 boolean = $item-E<gt>B<goo_canvas_item_simple_check_in_path> ($x, $y, $cr, $pointer_events)

=over

=item * $x (double) 

=item * $y (double) 

=item * $cr (cairo_t) 

=item * $pointer_events (Goo::Canvas::PointerEvents) 

=back

=head2 $item-E<gt>B<goo_canvas_item_simple_check_style> 

=head2 GooCanvasBounds = $item-E<gt>B<goo_canvas_item_simple_get_path_bounds> ($cr)

=over

=item * $cr (cairo_t) 

=back

=head2 $item-E<gt>B<goo_canvas_item_simple_paint_path> ($cr)

=over

=item * $cr (cairo_t) 

=back

=head2 $item-E<gt>B<goo_canvas_item_simple_set_model> ($model)

=over

=item * $model (Goo::Canvas::ItemModel) 

=back

=head2 GooCanvasBounds = $item-E<gt>B<goo_canvas_item_simple_user_bounds_to_device> ($cr)

=over

=item * $cr (cairo_t) 

=back

=head2 GooCanvasBounds = $item-E<gt>B<goo_canvas_item_simple_user_bounds_to_parent> ($cr)

=over

=item * $cr (cairo_t) 

=back



=cut


=head1 PROPERTIES

=over

=item 'antialias' (Goo::Cairo::Antialias : default "gray" : readable / writable)

The antialiasing mode to use

=item 'clip-fill-rule' (Goo::Cairo::FillRule : default "winding" : readable / writable)

The fill rule used to determine which parts of the item are clipped

=item 'clip-path' (string : default undef : writable)

The sequence of path commands specifying the clip path

=item 'fill-color' (string : default undef : writable)

The color to use to paint the interior of the item. To disable painting set the 'fill-pattern' property to NULL

=item 'fill-color-rgba' (Glib::UInt : default 0 : readable / writable)

The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL

=item 'fill-pattern' (Goo::Cairo::Pattern : default undef : readable / writable)

The pattern to use to paint the interior of the item, or NULL to disable painting

=item 'fill-pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)

The pixbuf to use to paint the interior of the item. To disable painting set the 'fill-pattern' property to NULL

=item 'fill-rule' (Goo::Cairo::FillRule : default "winding" : readable / writable)

The fill rule used to determine which parts of the item are filled

=item 'font' (string : default undef : readable / writable)

The base font to use for the text

=item 'font-desc' (Pango::FontDescription : default undef : readable / writable)

The attributes specifying which font to use

=item 'hint-metrics' (GooCairoHintMetrics : default "off" : readable / writable)

The hinting to be used for font metrics

=item 'line-cap' (Goo::Cairo::LineCap : default "butt" : readable / writable)

The line cap style to use

=item 'line-dash' (Goo::Canvas::LineDash : default undef : readable / writable)

The dash pattern to use

=item 'line-join' (Goo::Cairo::LineJoin : default "miter" : readable / writable)

The line join style to use

=item 'line-join-miter-limit' (double : default 10 : readable / writable)

The smallest angle to use with miter joins, in degrees. Bevel joins will be used below this limit

=item 'line-width' (double : default 2 : readable / writable)

The line width to use for the item's perimeter

=item 'operator' (Goo::Cairo::Operator : default "over" : readable / writable)

The compositing operator to use

=item 'stroke-color' (string : default undef : writable)

The color to use for the item's perimeter. To disable painting set the 'stroke-pattern' property to NULL

=item 'stroke-color-rgba' (Glib::UInt : default 0 : readable / writable)

The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL

=item 'stroke-pattern' (Goo::Cairo::Pattern : default undef : readable / writable)

The pattern to use to paint the perimeter of the item, or NULL disable painting

=item 'stroke-pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)

The pixbuf to use to draw the item's perimeter. To disable painting set the 'stroke-pattern' property to NULL

=back



=cut


=head1 ENUMS AND FLAGS

=head2 enum Goo::Cairo::Antialias

=over

=item * 'default' / 'CAIRO_ANTIALIAS_DEFAULT'

=item * 'none' / 'CAIRO_ANTIALIAS_NONE'

=item * 'gray' / 'CAIRO_ANTIALIAS_GRAY'

=item * 'subpixel' / 'CAIRO_ANTIALIAS_SUBPIXEL'

=back


=head2 enum Goo::Cairo::FillRule

=over

=item * 'winding' / 'CAIRO_FILL_RULE_WINDING'

=item * 'even-odd' / 'CAIRO_FILL_RULE_EVEN_ODD'

=back


=head2 enum Goo::Cairo::LineCap

=over

=item * 'butt' / 'CAIRO_LINE_CAP_BUTT'

=item * 'round' / 'CAIRO_LINE_CAP_ROUND'

=item * 'square' / 'CAIRO_LINE_CAP_SQUARE'

=back


=head2 enum Goo::Cairo::LineJoin

=over

=item * 'miter' / 'CAIRO_LINE_JOIN_MITER'

=item * 'round' / 'CAIRO_LINE_JOIN_ROUND'

=item * 'bevel' / 'CAIRO_LINE_JOIN_BEVEL'

=back


=head2 enum Goo::Cairo::Operator

=over

=item * 'clear' / 'CAIRO_OPERATOR_CLEAR'

=item * 'source' / 'CAIRO_OPERATOR_SOURCE'

=item * 'over' / 'CAIRO_OPERATOR_OVER'

=item * 'in' / 'CAIRO_OPERATOR_IN'

=item * 'out' / 'CAIRO_OPERATOR_OUT'

=item * 'atop' / 'CAIRO_OPERATOR_ATOP'

=item * 'dest' / 'CAIRO_OPERATOR_DEST'

=item * 'dest-over' / 'CAIRO_OPERATOR_DEST_OVER'

=item * 'dest-in' / 'CAIRO_OPERATOR_DEST_IN'

=item * 'dest-out' / 'CAIRO_OPERATOR_DEST_OUT'

=item * 'dest-atop' / 'CAIRO_OPERATOR_DEST_ATOP'

=item * 'xor' / 'CAIRO_OPERATOR_XOR'

=item * 'add' / 'CAIRO_OPERATOR_ADD'

=item * 'saturate' / 'CAIRO_OPERATOR_SATURATE'

=back


=head2 flags Goo::Canvas::PointerEvents

=over

=item * 'visible-mask' / 'GOO_CANVAS_EVENTS_VISIBLE_MASK'

=item * 'painted-mask' / 'GOO_CANVAS_EVENTS_PAINTED_MASK'

=item * 'fill-mask' / 'GOO_CANVAS_EVENTS_FILL_MASK'

=item * 'stroke-mask' / 'GOO_CANVAS_EVENTS_STROKE_MASK'

=item * 'none' / 'GOO_CANVAS_EVENTS_NONE'

=item * 'visible-painted' / 'GOO_CANVAS_EVENTS_VISIBLE_PAINTED'

=item * 'visible-fill' / 'GOO_CANVAS_EVENTS_VISIBLE_FILL'

=item * 'visible-stroke' / 'GOO_CANVAS_EVENTS_VISIBLE_STROKE'

=item * 'visible' / 'GOO_CANVAS_EVENTS_VISIBLE'

=item * 'painted' / 'GOO_CANVAS_EVENTS_PAINTED'

=item * 'fill' / 'GOO_CANVAS_EVENTS_FILL'

=item * 'stroke' / 'GOO_CANVAS_EVENTS_STROKE'

=item * 'all' / 'GOO_CANVAS_EVENTS_ALL'

=back


=head2 enum GooCairoHintMetrics

=over

=item * 'default' / 'CAIRO_HINT_METRICS_DEFAULT'

=item * 'off' / 'CAIRO_HINT_METRICS_OFF'

=item * 'on' / 'CAIRO_HINT_METRICS_ON'

=back




=cut


=head1 SEE ALSO

L<Glib::Object>


=cut


=head1 COPYRIGHT


Copyright (C) 2015 Gtk2-Perl Team




=cut