X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/3d5e4e398c188647b092e03350627dd6fc4e6ea3..969d09e257a499b85dcdabdd884915d365fe42ed:/TODO diff --git a/TODO b/TODO index d226076..90abb17 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,16 @@ -* Use .defs files to generate class definitions and function - bindings (to enable building without initialization of gtk) +* Enable building without opening display + +* Complete bindings of all widgets + +* Clean up code in glib module + +* Use CMUCL's native mechanism for callbacks from C * 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 +* Make sub classing of gobjects possible + +* Port to SBCL