File: Linux.pm

package info (click to toggle)
libgtk2-ex-printdialog-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 116 kB
  • ctags: 58
  • sloc: perl: 414; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 890 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# $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__

=pod

=head1 NAME

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

=head1 DESCRIPTION

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

=head1 AUTHOR

Gavin Brown (gavin dot brown at uk dot com)  

=head1 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.     

=cut