diff options
author | Havoc Pennington <hp@redhat.com> | 2001-02-19 23:27:27 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-02-19 23:27:27 +0000 |
commit | bc31a1bcca308f345343aa82f0b54072fccbc693 (patch) | |
tree | 591e11b74eae3ea337250ac03a3e6880de9a8557 /gtk/gtktextchild.h | |
parent | 027c3154997eed2f371025399b764321b44a19b3 (diff) | |
download | gtk+-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/gtktextchild.h')
-rw-r--r-- | gtk/gtktextchild.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h index 0b10c91ab0..1b7bd853c3 100644 --- a/gtk/gtktextchild.h +++ b/gtk/gtktextchild.h @@ -64,6 +64,8 @@ struct _GtkTextChildAnchorClass GType gtk_text_child_anchor_get_type (void) G_GNUC_CONST; +GtkTextChildAnchor* gtk_text_child_anchor_new (void); + GList* gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor); gboolean gtk_text_child_anchor_get_deleted (GtkTextChildAnchor *anchor); |