Hi Peter,
Please consider the attached patch against http://ltk.rplay.net/svn/branches/ltk/repl@215
It implements several essential treeview commands; they are being used to implement a symbol/package browser for ABLE. http://common-lisp.net/project/able/
The attached treeview-example.lisp demonstrates their usage. * (load "treeview-example.lisp") * (ltk-user::show-symbols :ltk-user)
Thanks, Daniel
Hi Daniel,
thanks for the patch, I will merge it in as soon as I get to it :)
Peter
On Fri, Jan 1, 2010 at 10:02 PM, Daniel Herring dherring@tentpost.com wrote:
Hi Peter,
Please consider the attached patch against http://ltk.rplay.net/svn/branches/ltk/repl@215
It implements several essential treeview commands; they are being used to implement a symbol/package browser for ABLE. http://common-lisp.net/project/able/
The attached treeview-example.lisp demonstrates their usage.
- (load "treeview-example.lisp")
- (ltk-user::show-symbols :ltk-user)
Thanks, Daniel _______________________________________________ ltk-user site list ltk-user@common-lisp.net http://common-lisp.net/mailman/listinfo/ltk-user
Hi Daniel, finally merged it in... its nice to see how fast it is to display all symbols, as this is a huge table!.
I also managed to merge in a bunch of other patches today. If in the next days nothing seems to have broken by this, I think we can post this as a release candidate for the next "official" Ltk release. (One warning: the geometry method returns now a properly parsed list instead of a string).
Peter
On Fri, Jan 1, 2010 at 10:02 PM, Daniel Herring dherring@tentpost.com wrote:
Hi Peter,
Please consider the attached patch against http://ltk.rplay.net/svn/branches/ltk/repl@215
It implements several essential treeview commands; they are being used to implement a symbol/package browser for ABLE. http://common-lisp.net/project/able/
The attached treeview-example.lisp demonstrates their usage.
- (load "treeview-example.lisp")
- (ltk-user::show-symbols :ltk-user)
Thanks, Daniel _______________________________________________ ltk-user site list ltk-user@common-lisp.net http://common-lisp.net/mailman/listinfo/ltk-user