aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormertz2003-12-10 13:34:25 +0000
committermertz2003-12-10 13:34:25 +0000
commite7ba7fe00e0a6b27b613ae4c8b4b9df161b4b24f (patch)
treea87d8f41c7c9b2f90da23e321afae33145637b84 /doc
parent06745390a9d6f973890a86d0a852947ee4fd092f (diff)
downloadtkzinc-e7ba7fe00e0a6b27b613ae4c8b4b9df161b4b24f.zip
tkzinc-e7ba7fe00e0a6b27b613ae4c8b4b9df161b4b24f.tar.gz
tkzinc-e7ba7fe00e0a6b27b613ae4c8b4b9df161b4b24f.tar.bz2
tkzinc-e7ba7fe00e0a6b27b613ae4c8b4b9df161b4b24f.tar.xz
ZincText renamed as Tk::Zinc::Text everywhere in the reference manual
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index 584bce3..009505c 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -313,7 +313,7 @@ It has been replaced by the GLU library. So TkZinc is again fully free software.
\item the syntax of gradient has been changed, mainly to accomodate with any color specification
defined for X. {\bf Beware that old gradient are no more compatible}
\item conical gradient type has been added; gradient paramaters has been extended.
-\item Perl modules ZincDebug, ZincTrace and ZincTraceErrors have been renamed Tk::Zinc::Debug
+\item Perl modules ZincText, ZincDebug, ZincTrace and ZincTraceErrors have been renamed Tk::Zinc::Text Tk::Zinc::Debug
Tk::Zinc::Trace and Tk::Zinc::Trace.
\item TkZinc comes now with a ZincTrace.pm module to trace every TkZinc method call
\item the hierarchical view in ZincDebug.pm can now display some choosen attributes
@@ -3215,7 +3215,7 @@ case, they must get the focus for keyboards events with the command \cmdref{focu
TkZinc options (see chapter \conceptref{Widget options}{options} can be used for
configuring the text input (for example : \optref{insertbackground},
\optref{insertofftime} \optref{insertontime}, \optref{insertwidth}).
-A Perl module, called Tk::ZincText (see the section \conceptref{ZincText.pm}{zinctext}) is provided for easing text input in text items
+A Perl module, called Tk::Zinc::Text (see the section \conceptref{Tk::Zinc::Text}{zinctext}) is provided for easing text input in text items
(it can also be used for text input in labelled items such as \objectref{track},
\objectref{waypoint} or \objectref{tabular}).
@@ -3972,7 +3972,7 @@ As an example:
Inside a callback function, it is possible to know which field the mouse cursor is over
with the command \cmdref{currentpart}.
-A Perl module, called Tk::ZincText (see the section \conceptref{ZincText.pm}{zinctext})
+A Perl module, called Tk::Zinc::Text (see the section \conceptref{Tk::Zinc::Text}{zinctext})
is provided for easing text input in text fields (it can also be used for easing text input
in \objectref{text} item).
@@ -4739,14 +4739,14 @@ are all accessible through an application called \ident{zinc-demos}. These numer
real applications. They consists in toy applications, graphically advanced examples
or even a TkZinc port of \ident{TkTetris} from Slaven Rezic.
-\section{ZincText.pm}
+\section{Tk::Zinc::Text}
\concept{zinctext}
-The Tk::ZincText Perl module implements bindings for text input 'a la emacs'.
+The Tk::Zinc::Text Perl module implements bindings for text input 'a la emacs'.
It works for text item or for text fields of track, waypoint or tabular items.
The item which requires text input must just be tagged with the 'text' tag.
-Please read the man page for more details: {\tt man Tk::ZincText}
+Please read the man page for more details: {\tt man Tk::Zinc::Text}
\section{C api for adding new items}
\concept{Capi}