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

This commit is contained in:
Elliot Lee
1997-12-28 01:28:27 +00:00
parent a5fa0b03c0
commit 2d8acc12f3
5 changed files with 37 additions and 62 deletions

4
TODO
View File

@ -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.