summaryrefslogtreecommitdiff
path: root/gtk/gtktextchildprivate.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-02-19 23:27:27 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-02-19 23:27:27 +0000
commitbc31a1bcca308f345343aa82f0b54072fccbc693 (patch)
tree591e11b74eae3ea337250ac03a3e6880de9a8557 /gtk/gtktextchildprivate.h
parent027c3154997eed2f371025399b764321b44a19b3 (diff)
downloadgdk-pixbuf-bc31a1bcca308f345343aa82f0b54072fccbc693.tar.gz
add insert_child_anchor signal, bug #50245
2001-02-19 Havoc Pennington <hp@redhat.com> * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add insert_child_anchor signal, bug #50245 * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change from create_child_anchor, so the anchor is passed in * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function (_gtk_widget_segment_new): have the child anchor object passed in, instead of creating it. * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename to gtk_text_buffer_get_modified
Diffstat (limited to 'gtk/gtktextchildprivate.h')
-rw-r--r--gtk/gtktextchildprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchildprivate.h b/gtk/gtktextchildprivate.h
index 24bb908e4..70ce11344 100644
--- a/gtk/gtktextchildprivate.h
+++ b/gtk/gtktextchildprivate.h
@@ -75,7 +75,7 @@ struct _GtkTextChildBody
GtkTextLine *line;
};
-GtkTextLineSegment *_gtk_widget_segment_new (void);
+GtkTextLineSegment *_gtk_widget_segment_new (GtkTextChildAnchor *anchor);
void _gtk_widget_segment_add (GtkTextLineSegment *widget_segment,
GtkWidget *child);
void _gtk_widget_segment_remove (GtkTextLineSegment *widget_segment,