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 36
|
--- a/g2_perl/G2.pm
+++ b/g2_perl/G2.pm
@@ -148,8 +148,12 @@ a second window showing a zoom of a mor
Drawing in both windows is performed by one single command to the virtual
device.
+=back
+
=head2 Device Functions
+=over 5
+
=item C<>
C<G2::Device::attach(dev)> I<object method>
@@ -226,8 +230,11 @@ C<G2::Device::clear( dev)> I<object meth
C<G2::Device::set_background(color)> I<object method>
+=back
+
=head2 Drawing Functions
+=over 5
=item C<move>
@@ -335,6 +342,8 @@ C<G2::Device::set_QP(d, enum QPshape sha
C<G2::Device::plot_QP(x, y)> I<object method>
+=back
+
=head1 AUTHORS
Horst Wagner (wagner/users-sourceforge.net) and Ljubomir Milanovic (ljubo/users-sourceforge-net)
|