On Sat, 4 Sep 2010, Henrique Andrade wrote:
 Em 2 de setembro de 2010 Allin Cottrell <cottrell(a)wfu.edu>
escreveu:
 > Added in CVS. What happens is that if you click the new Edit
 > icon at the top of the "view series" window you get a
 > spreadsheet window for the series. It's not really possible to
 > make the original display window itself into a data editor on
 > the fly. (Well, maybe possible but that would be a "great
 > coding effort".)
 >
 Thanks Allin! I'd tested here on my Mac and it worked just like
 a charm. But I have a little suggestion: the icon you'd chosen
 is equal to the "new script" icon in the Gretl main window. This
 is a little bit confusing, isn't it? But this is not a big deal
 (at least for me :-) 
The icon is GTK_STOCK_EDIT, the default icon for editing
functionality in GTK+. It's likely to look different depending on
the GTK+ theme that's being used. But you're right, we also use
GTK_STOCK_EDIT for a new script. What would you suggest?
Allin