1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- { Parsed from Appkit.framework NSPathComponentCell.h }
- { Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 }
- {$ifdef TYPES}
- {$ifndef NSPATHCOMPONENTCELL_PAS_T}
- {$define NSPATHCOMPONENTCELL_PAS_T}
- {$endif}
- {$endif}
- {$ifdef RECORDS}
- {$ifndef NSPATHCOMPONENTCELL_PAS_R}
- {$define NSPATHCOMPONENTCELL_PAS_R}
- {$endif}
- {$endif}
- {$ifdef FUNCTIONS}
- {$ifndef NSPATHCOMPONENTCELL_PAS_F}
- {$define NSPATHCOMPONENTCELL_PAS_F}
- {$endif}
- {$endif}
- {$ifdef EXTERNAL_SYMBOLS}
- {$ifndef NSPATHCOMPONENTCELL_PAS_S}
- {$define NSPATHCOMPONENTCELL_PAS_S}
- {$endif}
- {$endif}
- {$ifdef FORWARD}
- NSPathComponentCell = objcclass;
- NSPathComponentCellPointer = ^NSPathComponentCell;
- NSPathComponentCellPtr = NSPathComponentCellPointer;
- {$endif}
- {$ifdef CLASSES}
- {$ifndef NSPATHCOMPONENTCELL_PAS_C}
- {$define NSPATHCOMPONENTCELL_PAS_C}
- { NSPathComponentCell }
- NSPathComponentCell = objcclass external (NSTextFieldCell)
- private
- _image: NSImage;
- _fullWidth: CGFloat;
- _resizedWidth: CGFloat;
- _currentWidth: CGFloat;
- _url: NSURL;
- __flags: bitpacked record
- case byte of
- 0: (_anonbitfield_NSPathComponentCell0: cuint);
- 1: (
- shouldDrawArrow: 0..1;
- drawsAsNavigationBar: 0..1;
- isFirstItem: 0..1;
- isLastItem: 0..1;
- isDropTarget: 0..1;
- reserved: 0..((1 shl 27)-1);
- );
- end;
- _aux: id;
-
- public
- function image: NSImage; message 'image';
- procedure setImage(value: NSImage); message 'setImage:';
- function URL: NSURL; message 'URL';
- procedure setURL(url_: NSURL); message 'setURL:';
- end;
- {$endif}
- {$endif}
|