X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktextutil.h;h=37ae7fb003a4fb1f11cd915032ce383d82767be5;hb=45ad8a06ad511ad95a74172172b9fe459bc666ad;hp=abe95abde70ba1bce68ad46ef2d10c1c07c9b6b0;hpb=fce9c8b7d45145c4556650843218e0b76c065c18;p=~andy%2Fgtk diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h index abe95abde..37ae7fb00 100644 --- a/gtk/gtktextutil.h +++ b/gtk/gtktextutil.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -40,13 +38,13 @@ void _gtk_text_util_append_special_char_menuitems (GtkMenuShell *me GtkTextUtilCharChosenFunc func, gpointer data); -GdkPixmap* _gtk_text_util_create_drag_icon (GtkWidget *widget, - gchar *text, - gsize len); -GdkPixmap* _gtk_text_util_create_rich_drag_icon (GtkWidget *widget, - GtkTextBuffer *buffer, - GtkTextIter *start, - GtkTextIter *end); +cairo_surface_t * _gtk_text_util_create_drag_icon (GtkWidget *widget, + gchar *text, + gsize len); +cairo_surface_t * _gtk_text_util_create_rich_drag_icon (GtkWidget *widget, + GtkTextBuffer *buffer, + GtkTextIter *start, + GtkTextIter *end); gboolean _gtk_text_util_get_block_cursor_location (PangoLayout *layout, gint index_,