This file is indexed.

/usr/share/perl5/Gtk2/Label.pod is in libgtk2-perl-doc 2:1.24992-1build1.

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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
=head1 NAME

Gtk2::Label - wrapper for GtkLabel

=cut

=head1 HIERARCHY

  Glib::Object
  +----Glib::InitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Misc
                      +----Gtk2::Label



=cut

=head1 INTERFACES

  Glib::Object::_Unregistered::AtkImplementorIface
  Gtk2::Buildable



=cut


=head1 METHODS

=head2 widget = Gtk2::Label-E<gt>B<new> ($str=undef)

=over

=item * $str (string or undef) 

=back

=head2 widget = Gtk2::Label-E<gt>B<new_with_mnemonic> ($str)

=over

=item * $str (string) 

=back

=head2 double = $label-E<gt>B<get_angle> 

Since: gtk+ 2.6

=head2 $label-E<gt>B<set_angle> ($angle)

=over

=item * $angle (double) 

=back

Since: gtk+ 2.6

=head2 attrlist = $label-E<gt>B<get_attributes> 

=head2 $label-E<gt>B<set_attributes> ($attrs)

=over

=item * $attrs (Pango::AttrList) 

=back

=head2 string = $label-E<gt>B<get_current_uri> 

Since: gtk+ 2.18

=head2 ellipsizemode = $label-E<gt>B<get_ellipsize> 

Since: gtk+ 2.6

=head2 $label-E<gt>B<set_ellipsize> ($mode)

=over

=item * $mode (Pango::EllipsizeMode) 

=back

Since: gtk+ 2.6

=head2 justification = $label-E<gt>B<get_justify> 

=head2 $label-E<gt>B<set_justify> ($jtype)

=over

=item * $jtype (Gtk2::Justification) 

=back

=head2 string = $label-E<gt>B<get_label> 

=head2 $label-E<gt>B<set_label> ($str)

=over

=item * $str (string) 

=back

=head2 layout = $label-E<gt>B<get_layout> 

=head2 (x, y) = $label-E<gt>B<get_layout_offsets> 

=head2 boolean = $label-E<gt>B<get_line_wrap> 

=head2 wrapmode = $label-E<gt>B<get_line_wrap_mode> 

Since: gtk+ 2.9

=head2 $label-E<gt>B<set_line_wrap_mode> ($wrap_mode)

=over

=item * $wrap_mode (Pango::WrapMode) 

=back

Since: gtk+ 2.9

=head2 $label-E<gt>B<set_line_wrap> ($wrap)

=over

=item * $wrap (boolean) 

=back

=head2 $label-E<gt>B<set_markup> ($str)

=over

=item * $str (string) 

=back

=head2 $label-E<gt>B<set_markup_with_mnemonic> ($str)

=over

=item * $str (string) 

=back

=head2 integer = $label-E<gt>B<get_max_width_chars> 

Since: gtk+ 2.6

=head2 $label-E<gt>B<set_max_width_chars> ($n_chars)

=over

=item * $n_chars (integer) 

=back

Since: gtk+ 2.6

=head2 integer = $label-E<gt>B<get_mnemonic_keyval> 

=head2 widget or undef = $label-E<gt>B<get_mnemonic_widget> 

=head2 $label-E<gt>B<set_mnemonic_widget> ($widget)

=over

=item * $widget (Gtk2::Widget or undef) 

=back

=head2 $label-E<gt>B<set_pattern> ($pattern)

=over

=item * $pattern (string) 

=back

=head2 $label-E<gt>B<select_region> ($start_offset=-1, $end_offset=-1)

=over

=item * $start_offset (integer) 

=item * $end_offset (integer) 

=back

=head2 boolean = $label-E<gt>B<get_selectable> 

=head2 $label-E<gt>B<set_selectable> ($setting)

=over

=item * $setting (boolean) 

=back

=head2 (start, end) = $label->B<get_selection_bounds>

Returns integers, start and end.

=head2 boolean = $label-E<gt>B<get_single_line_mode> 

Since: gtk+ 2.6

=head2 $label-E<gt>B<set_single_line_mode> ($single_line_mode)

=over

=item * $single_line_mode (boolean) 

=back

Since: gtk+ 2.6

=head2 string or undef = $label-E<gt>B<get_text> 

=head2 $label-E<gt>B<set_text> ($str)

=over

=item * $str (string or undef) 

=back

=head2 $label-E<gt>B<set_text_with_mnemonic> ($str)

=over

=item * $str (string) 

=back

=head2 boolean = $label-E<gt>B<get_track_visited_links> 

Since: gtk+ 2.18

=head2 $label-E<gt>B<set_track_visited_links> ($track_links)

=over

=item * $track_links (boolean) 

=back

Since: gtk+ 2.18

=head2 boolean = $label-E<gt>B<get_use_markup> 

=head2 $label-E<gt>B<set_use_markup> ($setting)

=over

=item * $setting (boolean) 

=back

=head2 boolean = $label-E<gt>B<get_use_underline> 

=head2 $label-E<gt>B<set_use_underline> ($setting)

=over

=item * $setting (boolean) 

=back

=head2 integer = $label-E<gt>B<get_width_chars> 

Since: gtk+ 2.6

=head2 $label-E<gt>B<set_width_chars> ($n_chars)

=over

=item * $n_chars (integer) 

=back

Since: gtk+ 2.6



=cut


=head1 PROPERTIES

=over

=item 'angle' (double : default 0 : readable / writable / private)

Angle at which the label is rotated

=item 'attributes' (Pango::AttrList : default undef : readable / writable / private)

A list of style attributes to apply to the text of the label

=item 'cursor-position' (integer : default 0 : readable / private)

The current position of the insertion cursor in chars

=item 'ellipsize' (Pango::EllipsizeMode : default "none" : readable / writable / private)

The preferred place to ellipsize the string, if the label does not have enough room to display the entire string

=item 'justify' (Gtk2::Justification : default "left" : readable / writable / private)

The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that

=item 'label' (string : default "" : readable / writable / private)

The text of the label

=item 'max-width-chars' (integer : default -1 : readable / writable / private)

The desired maximum width of the label, in characters

=item 'mnemonic-keyval' (Glib::UInt : default 0xFFFFFF VoidSymbol : readable / private)

The mnemonic accelerator key for this label

=item 'mnemonic-widget' (Gtk2::Widget : default undef : readable / writable / private)

The widget to be activated when the label's mnemonic key is pressed

=item 'pattern' (string : default undef : writable / private)

A string with _ characters in positions correspond to characters in the text to underline

=item 'selectable' (boolean : default false : readable / writable / private)

Whether the label text can be selected with the mouse

=item 'selection-bound' (integer : default 0 : readable / private)

The position of the opposite end of the selection from the cursor in chars

=item 'single-line-mode' (boolean : default false : readable / writable / private)

Whether the label is in single line mode

=item 'track-visited-links' (boolean : default true : readable / writable / private)

Whether visited links should be tracked

=item 'use-markup' (boolean : default false : readable / writable / private)

The text of the label includes XML markup. See pango_parse_markup()

=item 'use-underline' (boolean : default false : readable / writable / private)

If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key

=item 'width-chars' (integer : default -1 : readable / writable / private)

The desired width of the label, in characters

=item 'wrap' (boolean : default false : readable / writable / private)

If set, wrap lines if the text becomes too wide

=item 'wrap-mode' (Pango::WrapMode : default "word" : readable / writable / private)

If wrap is set, controls how linewrapping is done

=back



=cut


=head1 SIGNALS

=over

=item B<activate-current-link> (Gtk2::Label)

=item boolean = B<activate-link> (Gtk2::Label, string)

=item B<copy-clipboard> (Gtk2::Label)

=item B<move-cursor> (Gtk2::Label, Gtk2::MovementStep, integer, boolean)

=item B<populate-popup> (Gtk2::Label, Gtk2::Menu)

=back



=cut


=head1 ENUMS AND FLAGS

=head2 enum Gtk2::Justification



=over

=item * 'left' / 'GTK_JUSTIFY_LEFT'

=item * 'right' / 'GTK_JUSTIFY_RIGHT'

=item * 'center' / 'GTK_JUSTIFY_CENTER'

=item * 'fill' / 'GTK_JUSTIFY_FILL'

=back


=head2 enum Gtk2::MovementStep

=over

=item * 'logical-positions' / 'GTK_MOVEMENT_LOGICAL_POSITIONS'

=item * 'visual-positions' / 'GTK_MOVEMENT_VISUAL_POSITIONS'

=item * 'words' / 'GTK_MOVEMENT_WORDS'

=item * 'display-lines' / 'GTK_MOVEMENT_DISPLAY_LINES'

=item * 'display-line-ends' / 'GTK_MOVEMENT_DISPLAY_LINE_ENDS'

=item * 'paragraphs' / 'GTK_MOVEMENT_PARAGRAPHS'

=item * 'paragraph-ends' / 'GTK_MOVEMENT_PARAGRAPH_ENDS'

=item * 'pages' / 'GTK_MOVEMENT_PAGES'

=item * 'buffer-ends' / 'GTK_MOVEMENT_BUFFER_ENDS'

=item * 'horizontal-pages' / 'GTK_MOVEMENT_HORIZONTAL_PAGES'

=back


=head2 enum Pango::EllipsizeMode

=over

=item * 'none' / 'PANGO_ELLIPSIZE_NONE'

=item * 'start' / 'PANGO_ELLIPSIZE_START'

=item * 'middle' / 'PANGO_ELLIPSIZE_MIDDLE'

=item * 'end' / 'PANGO_ELLIPSIZE_END'

=back


=head2 enum Pango::WrapMode

=over

=item * 'word' / 'PANGO_WRAP_WORD'

=item * 'char' / 'PANGO_WRAP_CHAR'

=item * 'word-char' / 'PANGO_WRAP_WORD_CHAR'

=back




=cut


=head1 SEE ALSO

L<Gtk2>, L<Glib::Object>, L<Glib::InitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Misc>


=cut


=head1 COPYRIGHT

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL.  See L<Gtk2> for a full notice.



=cut