From e7ba7fe00e0a6b27b613ae4c8b4b9df161b4b24f Mon Sep 17 00:00:00 2001 From: mertz Date: Wed, 10 Dec 2003 13:34:25 +0000 Subject: ZincText renamed as Tk::Zinc::Text everywhere in the reference manual --- doc/refman.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') 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} -- cgit v1.1