paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: [paragui-users] RICHEDIT


From: Eric Ross
Subject: Re: Re[2]: [paragui-users] RICHEDIT
Date: Thu, 5 Sep 2002 21:17:58 -0400
User-agent: Internet Messaging Program (IMP) 3.1

Mensaje citado por taurus <address@hidden>:

> How does richedit keeps the parsed words? In widgets? Is it possible
> to add hiperlinks (words that "sensitive" to mouse clicks).

It keeps a vector<> of RichWordDescription. It contains all the information to
blit the words. Look at pgrichedit.h/.cpp. The ParseWords method takes the
current text and parses it into items inside the vector.

Eric.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]