diff options
author | nyamatongwe <unknown> | 2002-07-07 10:13:24 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-07-07 10:13:24 +0000 |
commit | 265e3d5ed8ba0354ebafeb9af2f06d53103d15e9 (patch) | |
tree | 632c84afa15797845d354430c28bc085ace33720 /include/ScintillaWidget.h | |
parent | 58845334f127de4431a8b5bbde8056b28bf6fa2f (diff) | |
download | scintilla-mirror-265e3d5ed8ba0354ebafeb9af2f06d53103d15e9.tar.gz |
Using ContainerClass everywhere as the parent class of Scintilla rather
than Fixed.
Diffstat (limited to 'include/ScintillaWidget.h')
-rw-r--r-- | include/ScintillaWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h index 6e22f58f8..e11159722 100644 --- a/include/ScintillaWidget.h +++ b/include/ScintillaWidget.h @@ -28,7 +28,7 @@ struct _ScintillaObject { }; struct _ScintillaClass { - GtkFixedClass parent_class; + GtkContainerClass parent_class; void (* command) (ScintillaObject *ttt); void (* notify) (ScintillaObject *ttt); |