diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 17:14:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 17:14:24 +0000 |
commit | 0d761e0ce34434078239a25dec585eef7310f912 (patch) | |
tree | 3e020c74c8d9ef7b388df3f0b84d5e9cfd9bd311 /deskutils/Makefile | |
parent | 90ce3c3996846d75572c92a2fc9a410bebbcb879 (diff) |
UKDistributedView and UKFinderIconCell provides a very flexible icon view.
More precisely, UKDistributedView is an NSTableView-like class that allows
arbitrary positioning of evenly-sized items. This is intended for things
like the Workspace/Finder's "icon view", and even lets you snap items to a
grid in various ways, reorder them etc. Finally it can handle several
thousand of items smoothly.
WWW: http://www.etoile-project.org/
Notes
Notes:
svn path=/head/; revision=212677
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index f5ea3d9060f7..87d979b7096b 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -41,6 +41,7 @@ SUBDIR += estickies SUBDIR += etask SUBDIR += etoile-dictionaryreader + SUBDIR += etoile-distributedview SUBDIR += etoile-extendedworkspacekit SUBDIR += etoile-hardware SUBDIR += etoile-lookandbehavior |