/* GtkUrl - A addon for GtkText that enables colored and clickable URLs
 * Copyright (C) 2001 Benedikt Roth <Benedikt.Roth@bratislav.de>  
 *   Based on code from 
 *   gtkspell - a spell-checking addon for GtkText
 *   Copyright (c) 2000 Evan Martin.
 */

INTRODUCTION
------------
GtkUrl provides highlighting of URLs in a GtkText Widget and enables a
right-click popup-menu to visit that URL.

GtkUrl is distributed as a few files of source, which can easily be added to
an existing GTK project.

GtkUrl is heavily based on gtkspell <http://gtkspell.sourceforge.net>
by Evan Martin <eeyem@u.washington.edu>.


USE
---
Simply add 'gtkurl.c' and 'gtkurl.h' to your source distribution, 
#include"gtkurl.h", and call the gtkurl_*() functions when needed.

See gtkurl.h for in-depth API documentation.

Typically, you should:
	- Call gtkurl_attach() once on each text widget you want
	  url checking for.
	  Right after you create the widget is a good place.
	  
	- Call gtkurl_check_all() if you want all the text in your 
	  GtkText widget to be checked


See example.c for a demonstration.


CONTACT
-------
Please email any bug reports, patches and comments to 
the me, Benedikt Roth <Benedikt.Roth@bratislav.de>.
