summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-03-01 17:11:06 +0000
committerTim Janik <timj@src.gnome.org>1998-03-01 17:11:06 +0000
commit16da0508af9c07191c7ae04ce9f0504a11b890f6 (patch)
treea21a6345a990f8c24ca13ee3fa5f7c8831006711 /TODO
parentf222bd77bbd78ea75e29b1663fc6624e929e6675 (diff)
downloadgdk-pixbuf-16da0508af9c07191c7ae04ce9f0504a11b890f6.tar.gz
-timj
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2cdfd75ac..c53814439 100644
--- a/TODO
+++ b/TODO
@@ -89,7 +89,11 @@ TODO AFTER GTK 1.0
------------------
* 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
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
@@ -112,6 +116,8 @@ TODO AFTER GTK 1.0
etc, functions to draw the various widgets.
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
* Check return values on all calls to XIC[Get/Set]Values