|
NAMEGtk2::PageSetup - wrapper for GtkPageSetupHIERARCHYGlib::Object +----Gtk2::PageSetup METHODSpagesetup = Gtk2::PageSetup->newpagesetup = Gtk2::PageSetup->new_from_file ($file_name)
May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.12 pagesetup = Gtk2::PageSetup->new_from_key_file ($key_file, $group_name)
May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.12 double = $setup->get_bottom_margin ($unit)
$setup->set_bottom_margin ($margin, $unit)
double = $setup->get_left_margin ($unit)
$setup->set_left_margin ($margin, $unit)
$setup->load_file ($file_name)
May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.14 $setup->load_key_file ($key_file, $group_name)
May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.14 pageorientation = $setup->get_orientation$setup->set_orientation ($orientation)
double = $setup->get_page_height ($unit)
double = $setup->get_page_width ($unit)
double = $setup->get_paper_height ($unit)
$setup->set_paper_size_and_default_margins ($size)
papersize = $setup->get_paper_size$setup->set_paper_size ($size)
double = $setup->get_paper_width ($unit)
double = $setup->get_right_margin ($unit)
$setup->set_right_margin ($margin, $unit)
$setup->to_file ($file_name)
May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.12 $setup->to_key_file ($key_file, $group_name)
Since: gtk+ 2.12 double = $setup->get_top_margin ($unit)
$setup->set_top_margin ($margin, $unit)
ENUMS AND FLAGSenum Gtk2::PageOrientation
enum Gtk2::Unit
SEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |