Gnome2::Print::Paper.3pm

Langue: en

Version: 2010-05-12 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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 (C) 2003-2006 by the gtk2-perl team.

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