Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 766 by
[hidden email]: Book: Use Action list presentation
example from GLMBasicExamples
http://code.google.com/p/moose-technology/issues/detail?id=766On
http://www.themoosebook.org/book/internals/glamour/presentations/action-listYou could use the example from GLMBasicExamples:
| browser |
browser := GLMTabulator new.
browser column: #one.
browser transmit to: #one; andShow: [ :a |
a actionList
act: [:entity | entity inspect ] entitled: 'Inspect';
act: [:entity | entity explore ] entitled: 'Explore'].
^ browser openOn: #(1 2 3)
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev