This commit is contained in:
Tim Janik 1998-03-01 17:11:06 +00:00
parent f222bd77bb
commit 16da0508af

8
TODO
View File

@ -89,7 +89,11 @@ TODO AFTER GTK 1.0
------------------ ------------------
* Make all widget attributes configurable after the widget is created (timj). * Make all widget attributes configurable after the widget is created (timj).
* Seperate GtkObject and signaling system from Gdk dependancies?
* move *_input_add (wrappers for select(2)) mechanism into glib.
* Make sure a widget added to a list is a list item and a widget added * Make sure a widget added to a list is a list item and a widget added
to a menu is a menu item, etc. GTK_BASIC was a first attempt at this, to a menu is a menu item, etc. GTK_BASIC was a first attempt at this,
but it fails with subsequent container_add()s. maybe have another but it fails with subsequent container_add()s. maybe have another
@ -112,6 +116,8 @@ TODO AFTER GTK 1.0
etc, functions to draw the various widgets. etc, functions to draw the various widgets.
This will be covered by upcoming themability, raster is working on it. This will be covered by upcoming themability, raster is working on it.
* make the gtk_main callbacks consistent in their add/remove behaviour.
* More work on Documentation * More work on Documentation
* Check return values on all calls to XIC[Get/Set]Values * Check return values on all calls to XIC[Get/Set]Values