alessandro
Try putting //InputForm after the palette you just created from the
right-click "Generate Notebook" -- and you get all the code that it
takes to generate the palette. But for some reason when you re-execute
this code you don't get back as good a looking palette as what the
original was - can someone explain why that is?
-Bob
NotebookGet[] will get you what you're asking for, but this is so easy
to do with a Mathematica command I'm not sure I'd recommend that. For
instance, a palette for pasting in lowercase Greek letters:
CreatePalette[Grid[Partition[
(PasteButton[ToExpression[#1, StandardForm, Defer]] & ) /@
CharacterRange["\[Alpha]", "\[Omega]"], 4]]]
Cheers,
Pillsy
thank you everybody,
that's what I needed!
alessandro