summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-04 16:31:37 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-04 16:31:37 +0000
commit5f91b6fca673f7726acdc57c4f8e8b32be285458 (patch)
tree378afae9c25c1c3dcd847cba2f484fc1c374f50e /gtk/gtktextview.h
parentae9dbe51d24634502679fc60eb016356a7087454 (diff)
downloadgtk+-5f91b6fca673f7726acdc57c4f8e8b32be285458.tar.gz
Added a bunch of stuff from unused
2000-11-04 Havoc Pennington <hp@pobox.com> * gtk/gtk-sections.txt: Added a bunch of stuff from unused 2000-11-04 Havoc Pennington <hp@pobox.com> * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member list * docs/Changes-2.0.txt: Add note about gtk_container_get_toplevels() * gtk/gtktextview.h: formatting * gtk/gtktextview.c: don't start descriptions with "Returns", confuses gtk-doc
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index f2c539df61..5d96ca7be8 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -59,7 +59,8 @@ typedef struct _GtkTextViewClass GtkTextViewClass;
/* Internal private type. */
typedef struct _GtkTextWindow GtkTextWindow;
-struct _GtkTextView {
+struct _GtkTextView
+{
GtkContainer parent_instance;
struct _GtkTextLayout *layout;
@@ -120,7 +121,8 @@ struct _GtkTextView {
GSList *children;
};
-struct _GtkTextViewClass {
+struct _GtkTextViewClass
+{
GtkContainerClass parent_class;
/* These are all RUN_ACTION signals for keybindings */