diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-11-24 04:45:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-11-24 04:45:29 +0000 |
commit | ee1d43929c3395fabd43e6b1d6a718363cbe198e (patch) | |
tree | f605372598f5668f17924ac8fbc8aa5ae8d38bbd /TODO | |
parent | 42faec1736c32cfbe1c44ac0ca0d81445c32fd0d (diff) | |
download | gtk+-ee1d43929c3395fabd43e6b1d6a718363cbe198e.tar.gz |
Added layout widget for scrolling arbitrarily big areas. Added plug/socket
Mon Nov 23 22:10:09 1998 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am gtk/gtk.h gtk/gtklayout.[ch]
gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/gtk.h:
Added layout widget for scrolling arbitrarily big areas.
Added plug/socket widgets for interprocess embedding.
These widgets still, at some point, need to be
made more pure in their use of GDK, as opposed
to raw X.
* gtk/testgtk.c: Added test for layout widget.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -110,10 +110,6 @@ Additions: gtk_widget_dnd_data_set (should be guchar * with a copy? shouldn't be there at all...) - * gtk_rc_add_[name/class]_style are broken for bg pixmaps, because - styles are broken for bg pixmaps, and RC styles only hack around - that. - * Try to rationally deal with someone else deleting one of our windows??? This would mean keeping track of our window heirarchy ourselves, for one thing, and will never be safe, because of |