11a9aeb48Sshatty/* 21a9aeb48Sshatty** StyledEdit.rdef 31a9aeb48Sshatty** 41a9aeb48Sshatty*/ 51a9aeb48Sshatty 61a9aeb48Sshatty/* BEOS:APP_SIG : 71a9aeb48Sshatty application:/x-vnd.obos.app-name 81a9aeb48Sshatty */ 91a9aeb48Sshatty 10*8377310bSmahlzeitresource app_signature "application/x-vnd.obos.styled-edit"; 111a9aeb48Sshatty 121a9aeb48Sshatty/* BEOS:APP_FLAGS : 131a9aeb48Sshatty 00000000 = SINGLE LAUNCH 141a9aeb48Sshatty 01000000 = MULTIPLE LAUNCH 151a9aeb48Sshatty 02000000 = EXCLUSIVE LAUNCH 161a9aeb48Sshatty 04000000 = BACKGROUND APP + SINGLE LAUNCH 171a9aeb48Sshatty 05000000 = BACKGROUND APP + MULTIPLE LAUNCH 181a9aeb48Sshatty 06000000 = BACKGROUND APP + EXCLUSIVE LAUNCH 191a9aeb48Sshatty 08000000 = ARGV_ONLY + SINGLE LAUNCH 201a9aeb48Sshatty 09000000 = ARGV_ONLY + MULTIPLE LAUNCH 211a9aeb48Sshatty 0A000000 = ARGV_ONLY + EXCLUSIVE LAUNCH 221a9aeb48Sshatty 0C000000 = ARGV_ONLY + BACKGROUND APP + SINGLE LAUNCH 231a9aeb48Sshatty 0D000000 = ARGV_ONLY + BACKGROUND APP + MULTIPLE LAUNCH 241a9aeb48Sshatty 0E000000 = ARGV_ONLY + BACKGROUND APP + EXCLUSIVE LAUNCH 251a9aeb48Sshatty */ 261a9aeb48Sshatty 27*8377310bSmahlzeitresource app_flags 0x00000000; 281a9aeb48Sshatty 291a9aeb48Sshatty/* BEOS:FILE_TYPES : 301a9aeb48Sshatty "types" = "text/plain", 311a9aeb48Sshatty "types" = .... 321a9aeb48Sshatty */ 331a9aeb48Sshatty 34*8377310bSmahlzeitresource file_types message { 351a9aeb48Sshatty "types" = "text/plain", 361a9aeb48Sshatty "types" = "text" 371a9aeb48Sshatty}; 38