From: Joanmarie Diggs
Awesome explanation. I were talking about this with Mario in the
office and I also didn't understand this method.
IMHO, all this information should be added in the documentation, as I
feel that the current explanation is not enough to understand what
developers require to i
On Tue, 2010-09-28 at 14:49 -0400, Joanmarie Diggs wrote:
> [...]
> > ..but still, I can't get what the char_index is and what it's used for.
>
> Consider this paragraph:
>
> This is a test.
>
> char_index refers to the offset within the string, thus:
>
> T h i s i s a t e s t .
> 0 1
Hey Mario.
> I'm currently trying to add support for AtkHypertext, AtkHyperlink and
> AtkHyperlinkImpl in WebKitGTK
Yay! And thank you. :-)
> and I found the following function
> confusing:
>
> gint atk_hypertext_get_link_index (AtkHypertext *hypertext,
>
Hi all,
I'm currently trying to add support for AtkHypertext, AtkHyperlink and
AtkHyperlinkImpl in WebKitGTK and I found the following function
confusing:
gint atk_hypertext_get_link_index (AtkHypertext *hypertext,
gint char_index);
According to the docume