Gtk2-Perl

Description A set of Perl bindings for Gtk+ 2.0 and various related libraries
Gtk2-Perl > Perl Manuals > Gnome2-Print-Paper
Source

Index


NAME ^

Gnome2::Print::Paper

DESCRIPTION ^

GnomePrintPaper is a boxed type representing a registered paper type.

In Perl, it is an hashref containing these keys:

version

Has to be 0 at moment.

name

Name such as 'A4'.

width
height

Dimensional attributes.

METHODS ^

paper hash = Gnome2::Print::Paper->get_by_name ($name)

* $name (Glib::UChar)

paper hash = Gnome2::Print::Paper->get_by_size ($width, $height)

* $width (double)
* $height (double)

paper hash = Gnome2::Print::Paper->get_closest_by_size ($width, $height, $mustfit)

* $width (double)
* $height (double)
* $mustfit (boolean)

paper hash = Gnome2::Print::Paper->get_default

list = Gnome2::Print::Paper->get_list

This method returns an array containing all the registered paper types.

SEE ALSO ^

Gnome2::Print

COPYRIGHT ^

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

This software is licensed under the LGPL. See Gnome2::Print for a full notice.