diff options
Diffstat (limited to 'Perl')
-rw-r--r-- | Perl/Zinc/Debug.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Perl/Zinc/Debug.pm b/Perl/Zinc/Debug.pm index 4c9444c..e5608f9 100644 --- a/Perl/Zinc/Debug.pm +++ b/Perl/Zinc/Debug.pm @@ -2949,6 +2949,8 @@ You can find a particular item's position in the tree and you can highlight item In order to illustrate a graphical bug for example. +=item B<o> display coordinates of the X cursor. + =item B<o> zoom/translate the top group =back @@ -2999,7 +3001,7 @@ Daniel Etienne <etienne@cena.fr> =head1 HISTORY -Oct 5 2004 : transformations are correctly managed in built code. +Oct 5 2004 : transformations are correctly managed in built code. Transfo parameters can be displayed and set. new mode to display coordinateds of X cursor. Oct 14 2003 : add a control bar, and zoom/translate new functionalities. finditems(), tree(), snapshot() functions become deprecated, initialisation is done using the new init() function. |