From 169fe0c46e01e71b15bf8a26de4437c2c17b530b Mon Sep 17 00:00:00 2001 Message-Id: <169fe0c46e01e71b15bf8a26de4437c2c17b530b.1713869645.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 17 Jan 2002 02:00:21 +0000 Subject: [PATCH] Initial checkin Organization: Straylight/Edgeware From: espen --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..29671ec --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +* Add support for interfaces + +* Use .defs files to generate class definitions and function + bindings (to enable building without initialization of gtk) + +* Create all foreign function bindings at compile time (necessary for + CLisp port and to improve startup time) + +* Add documentation and examples + +* Make subclassing of gobjects possible -- [mdw]