spell checking using motif toolkit
Hi,
I need to develop a spell checking routine for a X windows application
written using Motif 2.1. I need help in finding out is there any easy
way to write spell checking routine using Motif 2.1 ? Or is there a
library for spell checking in Motif ?
This should be developed on Redhat linux.
I appreciate your help
Thanks
Pavan
Re: spell checking using motif toolkit
[email]pavani_gutta@hotmail.com[/email] (pavan) wrote in news:78b37a62.0308251151.2b8d05e2
@posting.google.com:[color=blue]
> I need to develop a spell checking routine for a X windows application
> written using Motif 2.1. I need help in finding out is there any easy
> way to write spell checking routine using Motif 2.1 ? Or is there a
> library for spell checking in Motif ?[/color]
Motif does not have a spell check utility, though most versions of UNIX do.
Integrating the 2 should be pretty simple, depending on what GUI you want.
Ken Lee, [url]http://www.rahul.net/kenton/[/url]
Re: spell checking using motif toolkit
Ken Lee <nospam@spam.no> wrote in message news:<Xns93E290963DC75fubar123@66.134.198.18>...[color=blue]
> [email]pavani_gutta@hotmail.com[/email] (pavan) wrote in news:78b37a62.0308251151.2b8d05e2
> @posting.google.com:[color=green]
> > I need to develop a spell checking routine for a X windows application
> > written using Motif 2.1. I need help in finding out is there any easy
> > way to write spell checking routine using Motif 2.1 ? Or is there a
> > library for spell checking in Motif ?[/color]
>
> Motif does not have a spell check utility, though most versions of UNIX do.
> Integrating the 2 should be pretty simple, depending on what GUI you want.
>
> Ken Lee, [url]http://www.rahul.net/kenton/[/url][/color]
Thanks Ken Lee.
I am using a text widget and when a user clicks on spell check menu
item,i want to spell check in the text whatever the user entered in
the text widget. Could you please suggest me any utility on linux for
spell checking /
Thanks for your help
Pavani