summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-11-20 23:51:51 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-20 23:51:51 +0000
commit6f7dd53b801d21692744ac3c445307391225686d (patch)
tree2457a929ff4aa529ed84d55b5e61e316f042202c /gtk/gtktextlayout.h
parent2999f465b4db274a9d2301c7d3653d134bd79adb (diff)
downloadgtk+-6f7dd53b801d21692744ac3c445307391225686d.tar.gz
Semi-finish widget embedding. Need guffaw scrolling to be implemented in
2000-11-20 Havoc Pennington <hp@redhat.com> * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c, gtk/testtext.c: Semi-finish widget embedding. Need guffaw scrolling to be implemented in GDK to finish. Also, right now we just size_allocate all children on every layout change, which is pretty lame. Test commented out of testtext.c, until it works better.
Diffstat (limited to 'gtk/gtktextlayout.h')
-rw-r--r--gtk/gtktextlayout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h
index a24c6f7818..81e8824f01 100644
--- a/gtk/gtktextlayout.h
+++ b/gtk/gtktextlayout.h
@@ -368,6 +368,9 @@ void gtk_text_child_anchor_unregister_child (GtkTextChildAnchor *anchor,
void gtk_text_child_anchor_queue_resize (GtkTextChildAnchor *anchor,
GtkTextLayout *layout);
+void gtk_text_anchored_child_set_layout (GtkWidget *child,
+ GtkTextLayout *layout);
+
void gtk_text_layout_spew (GtkTextLayout *layout);
#ifdef __cplusplus