diff options
author | Havoc Pennington <hp@redhat.com> | 2001-11-14 00:26:14 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-11-14 00:26:14 +0000 |
commit | 7fcf41b444d0e7867eac8e13fab396f70a6f126f (patch) | |
tree | 9f8434431523ce67aeddcdfd250d24a3b2ec6c23 /gtk/gtktextview.h | |
parent | 8befd2f82291c9812d101089c35db1982a41b6c4 (diff) | |
download | gdk-pixbuf-7fcf41b444d0e7867eac8e13fab396f70a6f126f.tar.gz |
docs including reference to bugzilla bug about how we should have a better
2001-11-13 Havoc Pennington <hp@redhat.com>
* gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
including reference to bugzilla bug about how we should have
a better way of positioning children
* gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
* gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
size to side rects if they don't exist, #63438
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r-- | gtk/gtktextview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index e296c4621..33b17e8ad 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -184,6 +184,11 @@ struct _GtkTextViewClass void (* paste_clipboard) (GtkTextView *text_view); /* overwrite */ void (* toggle_overwrite) (GtkTextView *text_view); + + GtkFunction pad1; + GtkFunction pad2; + GtkFunction pad3; + GtkFunction pad4; }; GtkType gtk_text_view_get_type (void) G_GNUC_CONST; |