Added the Add Bookmark toolbar item to the default toolbar. Refs #8772
[adiumx.git] / Source / NSIPRecentPicture.h
blob0f722bc9a28cc8184f61236128fab4fb33327aa7
1 /*
2 * From AddressBook.framework, 10.3 and later
3 */
4 @interface NSIPRecentPicture:NSObject
6 NSString *_originalImageName;
7 NSImage *_originalImage;
8 struct _NSRect _crop;
9 NSData *_smallIconData;
12 + _infoFilePath;
13 + (void)_saveChanges;
14 + currentPicture;
15 + (int)maxRecents;
16 + (void)noCurrentPicture;
17 + pictureDirPath;
18 + (char)purgeExtras;
19 + recentPictures;
20 + recentSmallIcons;
21 + (void)removeAllButCurrent;
22 - _infoToSave;
23 - (void)_removePermanently;
24 - (struct _NSRect)crop;
25 - croppedImage;
26 - (void)dealloc;
27 - initWithInfo:fp8;
28 - initWithOriginalImage:fp8;
29 - initWithOriginalImage:fp8 crop:(struct _NSRect)fp12 smallIcon:fp28;
30 - originalImage;
31 - originalImagePath;
32 - (void)setCrop:(struct _NSRect)fp8 smallIcon:fp24;
33 - (void)setCurrent;
34 - smallIcon;
36 @end