Gtk2::Gdk::PixbufFormat(3) User Contributed Perl Documentation Gtk2::Gdk::PixbufFormat(3)

Gtk2::Gdk::PixbufFormat

A "Gtk2::Gdk::PixbufFormat" has the following format information fields, eg. "$format->{'name'}",

name            string
description     string
mime_types      arrayref of strings
extensions      arrayref of strings, eg. ['jpg','jpeg']
is_writable     0 or 1
is_scalable     0 or 1    # in Gtk 2.6 up
is_disabled     0 or 1    # in Gtk 2.6 up
license         string    # in Gtk 2.6 up

$disabled (boolean)

Note that any change caused by this method will not immediately affect $format->{is_disabled}. You need to refetch the format in order to see the new value.

Since: gtk+ 2.6

Gtk2

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

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

2023-07-25 perl v5.38.0