After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 64518 - Better way to have child widgets track text buffer position
Better way to have child widgets track text buffer position
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
1.3.x
Other All
: Normal normal
: future
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-11-14 00:21 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2001-11-14 00:21:23 UTC
One or both of setting child position in buffer coords, or setting 
child to track an anchor in the buffer.
Comment 1 Matthias Clasen 2003-01-14 11:29:32 UTC
Havoc, isn't this covered by gtk_text_view_add_child_in_window() and 
gtk_text_view_add_child_at_anchor() ?
Comment 2 Havoc Pennington 2003-01-14 19:26:42 UTC
Yeah as best I can tell what I meant here was really just 
"implement the child widgets feature"