I am building a application that has multiple targets (ie. I will build it for MacOS, MacOS X and Win32) but not Linux

I am working on a pushbutton and File-Quit menu

Here's what I got is this correct?

  #If TargetMacOS
    pushbutton3.caption = "Quit"
    FileQuit.Text = "Quit"
  #EndIf

  #If TargetWin32
    pushbutton3.caption = "&Exit"
    FileQuit.Text = "&Exit"
  #EndIf

  #If TargetMacOSClassic
    pushbutton3.caption = "Quit"
    FileQuit.text = "Quit"
  #EndIf

  #If TargetCarbon
    pushbutton3.caption = "Quit"
    FileQuit.text = "Quit"
  #EndIf

I know the TargetMacOS, TargetMacOSClassic, TargetCarbon is correct
but in TargetWin32 do I need it to be &Exit or &EExit? to have the letter E underlined?

Thanks,

Brian Heibert
[EMAIL PROTECTED]


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to