◄Up► ◄Contents► ◄Index► ◄Back► ─────PWB Extensions───────────────────────────────────────────────────────── Syntax: void SetPWBWindowMenuTitle( PWND Window, char far *Title ); See: GetEditorObject, NewWindow, ◄Get/SetEditorObject: RQ_WIN► SetPWBWindowMenuTitle changes the name of the PWB Windows menu item for the specified PWB window. When you create a PWB window with the GetEditorObject function, PWB automatically creates a menu command for the window in the PWB Windows cascaded menu. SetPWBWindowMenuTitle lets you change the name of the menu item. For example, you can specify a different access key for the command. Argument Description <Window> Handle of the PWB window. <Title> New name for the menu command. To specify an access key, precede the letter to be highlighted with a tilde (~). Otherwise, PWB uses the first letter of <Title>. -♦-