Gtk2::Ex::PrintDialog::Linux - Linux backend for L<Gtk2::Ex::PrintDialog>


Gtk2-Ex-PrintDialog documentation Contained in the Gtk2-Ex-PrintDialog distribution.

Index


Code Index:

NAME

Top

Gtk2::Ex::PrintDialog::Linux - Linux backend for Gtk2::Ex::PrintDialog

DESCRIPTION

Top

This module is a printing backend for Gtk2::Ex::PrintDialog. You should never need to access it directly. It is just a wrapper around Gtk2::Ex::PrintDialog::Unix.

AUTHOR

Top

Gavin Brown (gavin dot brown at uk dot com)

COPYRIGHT

Top


Gtk2-Ex-PrintDialog documentation Contained in the Gtk2-Ex-PrintDialog distribution.

# $Id: Linux.pm,v 1.2 2005/10/05 12:15:05 jodrell Exp $
# Copyright (c) 2005 Gavin Brown. All rights reserved. This program is free
# software; you can redistribute it and/or modify it under the same terms as
# Perl itself.
package Gtk2::Ex::PrintDialog::Linux;
use Gtk2::Ex::PrintDialog::Unix;
use base qw(Gtk2::Ex::PrintDialog::Unix);
use strict;

1;

__END__