URI:
       tAppending text to a GtkTextView widget pulled out into gtkport code. - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d1f9adba8d69b2ed42867b6ba636141bb709d1f1
   DIR parent c5f284a21cbe9d23ea0f342c48993e2324571fab
  HTML Author: Ben Webb <ben@salilab.org>
       Date:   Thu,  4 Apr 2002 16:08:03 +0000
       
       Appending text to a GtkTextView widget pulled out into gtkport code.
       
       
       Diffstat:
         M src/gtkport/gtkport.h               |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/src/gtkport/gtkport.h b/src/gtkport/gtkport.h
       t@@ -837,6 +837,8 @@ guint SetAccelerator(GtkWidget *labelparent, gchar *Text,
        GtkWidget *gtk_scrolled_text_new(GtkAdjustment *hadj, GtkAdjustment *vadj,
                                         GtkWidget **pack_widg);
        GtkWidget *gtk_scrolled_text_view_new(GtkWidget **pack_widg);
       +void TextViewAppend(GtkTextView *textview, const gchar *text,
       +                    const gchar *tagname, gboolean scroll);
        GtkWidget *gtk_url_new(const gchar *text, const gchar *target,
                               const gchar *bin);