Source position: gadtools.pas line 145
type tNewMenu = record
nm_Type: Byte;
nm_Label: PChar;
nm_CommKey: PChar;
nm_Flags: Word;
nm_MutualExclude: LongInt;
nm_UserData: Pointer;
end;