From ba22db923ee18c31a0a8797dbe1e6c6c3ec2e4e0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 27 Jan 2001 06:00:27 +0000 Subject: Much changed ScintillaGTK widget code that draws directly onto the Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks. --- include/ScintillaWidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ScintillaWidget.h') diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h index 980557a2e..70e26dbce 100644 --- a/include/ScintillaWidget.h +++ b/include/ScintillaWidget.h @@ -1,7 +1,7 @@ // Scintilla source code edit control // ScintillaWidget.h - definition of Scintilla widget for GTK+ // Only needed by GTK+ code but is harmless on other platforms. -// Copyright 1998-2000 by Neil Hodgson +// Copyright 1998-2001 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. #ifndef SCINTILLAWIDGET_H @@ -21,7 +21,7 @@ typedef struct _ScintillaObject ScintillaObject; typedef struct _ScintillaClass ScintillaClass; struct _ScintillaObject { - GtkFixed vbox; + GtkContainer cont; void *pscin; }; -- cgit v1.2.3