diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1997-12-28 01:28:27 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1997-12-28 01:28:27 +0000 |
commit | 2d8acc12f356a5c77f0d7b787577a3b78d452d73 (patch) | |
tree | 60803ef759949dd7e05633c6cf8aa8d217bd65a9 /TODO | |
parent | a5fa0b03c0bb685eae34bd0794d794e41ffe2865 (diff) | |
download | gtk+-2d8acc12f356a5c77f0d7b787577a3b78d452d73.tar.gz |
HandleBox mostly works now (the size_request and size_allocate is black magic to me, I am lucky it works :) Plus a few other changes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,7 +10,7 @@ BUGS * Lists should scroll to center the recently selected item if it isn't visible. - * Notbook: there are a few cosmetic problems left + * Notebook: there are a few cosmetic problems left * Verticle scrollbar: the expose event looks hosed and is causing quite a bit of flickering @@ -70,6 +70,4 @@ Other stuff todo, as of yet not categorized into the above: code. Maybe GtkStyle's should have 'draw_push_button', 'draw_check_button', etc, functions to draw the various widgets. --OffiX drag and drop support - -Make all widget attributes configurable after the widget is created. |