diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-04-14 01:09:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-04-14 01:09:25 +0000 |
commit | 52f719521ae43ed2183298e0e133a721d1683c9f (patch) | |
tree | 62c0df2def7f1dca5fe6d3575163b9c7ce0656b6 /TODO | |
parent | 5c67089e7d33f1b0ea4d789878679489bffe265c (diff) | |
download | gdk-pixbuf-52f719521ae43ed2183298e0e133a721d1683c9f.tar.gz |
Minor additions and fixes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -195,12 +195,17 @@ Additions: involves a XQueryTree. * Scrolled windows need to be smarter about when they size-request/allocate - their children. + their children. In particular, we should not be queuing the resizes + on the toplevel window, but on the Viewport. * Should all the default handlers really return FALSE? This can cause confusing presses to be sent to containers that actually want to get events on themselves. + * Fix block_resize, disable_resize. + + * Buttons's should derive from Bin's. (GTK 2.0 change, breaks + lots of stuff) Text/Edit widget: |