Next:
Gtk2::Paned
Previous:
Gtk2::OptionMenu
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gtk2::PageSetup



NAME

Gtk2::PageSetup

HIERARCHY

  Glib::Object
  +----Gtk2::PageSetup

METHODS

pagesetup = Gtk2::PageSetup->new

pagesetup = 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)

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 FLAGS

enum Gtk2::PageOrientation

enum Gtk2::Unit

SEE ALSO

Gtk2, Glib::Object

COPYRIGHT

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

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


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 23:02:58 2009