Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
Added tasks to TODO and "ignore" for audotoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrw committed Jun 19, 2011
1 parent 9febcf9 commit 2634c7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ lib
classes
*~
autodoc/**
autodoc
11 changes: 11 additions & 0 deletions TODO.md
Expand Up @@ -33,3 +33,14 @@

Alternative version: user writes only function that gets
exceptions as a argument. (less likely, user have less control)

8. TREE: Add support for composing gui structures of smaller ones. e.g. to
write

(let [a (swing [JButton])
b (swing [JButton])]
(swing [JFrame [] a b]))

9. Swing, SWT: Add canvas creator for custom-painted widgets.

usage like: (canvas (fn [this g] (.paintSmth g)))

0 comments on commit 2634c7d

Please sign in to comment.