1Gtk2::Gdk::PixbufFormatU(s3e)r Contributed Perl DocumentaGttiko2n::Gdk::PixbufFormat(3)
2
3
4
6 Gtk2::Gdk::PixbufFormat
7
9 A "Gtk2::Gdk::PixbufFormat" has the following format information
10 fields, eg. "$format->{'name'}",
11
12 name string
13 description string
14 mime_types arrayref of strings
15 extensions arrayref of strings, eg. ['jpg','jpeg']
16 is_writable 0 or 1
17 is_scalable 0 or 1 # in Gtk 2.6 up
18 is_disabled 0 or 1 # in Gtk 2.6 up
19 license string # in Gtk 2.6 up
20
22 $format->set_disabled ($disabled)
23 • $disabled (boolean)
24
25 Note that any change caused by this method will not immediately affect
26 $format->{is_disabled}. You need to refetch the format in order to see
27 the new value.
28
29 Since: gtk+ 2.6
30
32 Gtk2
33
35 Copyright (C) 2003-2011 by the gtk2-perl team.
36
37 This software is licensed under the LGPL. See Gtk2 for a full notice.
38
39
40
41perl v5.38.0 2023-07-20 Gtk2::Gdk::PixbufFormat(3)