tInitial support for GtkTextView with colourised messages. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c5f284a21cbe9d23ea0f342c48993e2324571fab
(DIR) parent f8483d0a03dcab464315b798c33eabc419440014
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Thu, 4 Apr 2002 16:07:49 +0000
Initial support for GtkTextView with colourised messages.
Diffstat:
M src/gtkport/gtkport.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/gtkport/gtkport.h b/src/gtkport/gtkport.h
t@@ -836,6 +836,7 @@ guint SetAccelerator(GtkWidget *labelparent, gchar *Text,
GtkAccelGroup *accel_group, gboolean needalt);
GtkWidget *gtk_scrolled_text_new(GtkAdjustment *hadj, GtkAdjustment *vadj,
GtkWidget **pack_widg);
+GtkWidget *gtk_scrolled_text_view_new(GtkWidget **pack_widg);
GtkWidget *gtk_url_new(const gchar *text, const gchar *target,
const gchar *bin);