Gary Shelton wrote:

Hello all,

Anyone know where I can find a list of built-in menu commands and their ID's, such as the Cut, copy, paste commands?
Thanks,
Gary
Hi Gary, this is what I use. I included "osresources.h", so that's probably where they are defined. Bob.

       menuitem "Undo" id sysEditMenuUndoCmd "U"
       menuitem "Cut" id sysEditMenuCutCmd "X"
       menuitem "Copy" id sysEditMenuCopyCmd "C"
       menuitem "Paste" id sysEditMenuPasteCmd "P"
       menuitem "Select All" id sysEditMenuSelectAllCmd "S"


--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to