« Return to Thread: textbuffer urls

Re: textbuffer urls

by jmauster :: Rate this Message:

Reply to Author | View in Thread

Sorry, let me clarify (now, having had coffee).
 
I have a textbuffer which is sort of working like a Rich Text Editor. Let's say a user adds a link to the textbuffer using the method you described up above.
 
After text is entered in the textbuffer and the user hits submit, it moves into a treeview. I can swap <b> tags for bold texttags and <i> tags for italic texttags, but I am not sure what to do for places where a user has entered a link.  
 
Do you think there is sufficient flexibility in TreeView to show links as underlined and blue (shouldn't be too difficult) but also to have the on-click-opens-a-browser?
 
Does that make more sense?
 
Thanks again for your help,


 
On Tue, Jun 23, 2009 at 9:24 AM, Chris Howie <cdhowie@...> wrote:
On Tue, Jun 23, 2009 at 10:21 AM, Evan Arnold<evan.arnold@...> wrote:
> Now, and perhaps this might be hard, is is possible to display the text WITH
> the URL functionality?

I am not sure what you mean by this.

> Any ideas on how to put URL functionality into a Treeview Cell?

Is this related to your previous question?  I still don't quite know
what you are trying to ask.

--


_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@...
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

 « Return to Thread: textbuffer urls