Igor Delovski Board Forum Index Igor Delovski Board
My Own Personal Slashdot!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Scrap

 
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Carbon
Mac Carbon  
Author Message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Nov 02, 2007 6:42 pm    Post subject: Scrap Reply with quote

adc - PutScrapFlavor - Scrap Manager Reference

Code:
OSStatus PutScrapFlavor (
   ScrapRef         scrap,
   ScrapFlavorType  flavorType,
   ScrapFlavorFlags flavorFlags,
   Size             flavorSize,
   const void      *flavorData
);


Last edited by delovski on Fri Nov 02, 2007 6:54 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Nov 02, 2007 6:44 pm    Post subject: Reply with quote

adc - Scrap Flavor Types

Code:
typedef FourCharCode  ScrapFlavorType;

enum {
   kScrapFlavorTypePicture = 'PICT',
   kScrapFlavorTypeText = 'TEXT',
   kScrapFlavorTypeTextStyle = 'styl',
   kScrapFlavorTypeMovie = 'moov',
   kScrapFlavorTypeSound = 'snd ',
   kScrapFlavorTypeUnicode = 'utxt',
   kScrapFlavorTypeUnicodeStyle = 'ustl'
};
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Nov 02, 2007 6:49 pm    Post subject: Reply with quote

adc - Scrap Flavor Flags

Code:
typedef UInt32 ScrapFlavorFlags;

enum {
   kScrapFlavorMaskNone       = 0x00000000,
   kScrapFlavorMaskSenderOnly = 0x00000001,
   kScrapFlavorMaskTranslated = 0x00000002
};
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Nov 02, 2007 6:53 pm    Post subject: Reply with quote

adc - Pasteboard Manager Reference

"The Pasteboard Manager supersedes the Scrap Manager and the drag
flavor APIs in the Drag Manager, adding greater flexibility in the type and
quantity of data to be transferred."
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Carbon All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Delovski.hr
Powered by php-B.B. © 2001, 2005 php-B.B. Group