summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSButtonCell.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSButtonCell.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSButtonCell.inc28
1 files changed, 13 insertions, 15 deletions
diff --git a/packages/cocoaint/src/appkit/NSButtonCell.inc b/packages/cocoaint/src/appkit/NSButtonCell.inc
index def284b550..9f75a3141f 100644
--- a/packages/cocoaint/src/appkit/NSButtonCell.inc
+++ b/packages/cocoaint/src/appkit/NSButtonCell.inc
@@ -1,5 +1,5 @@
{ Parsed from Appkit.framework NSButtonCell.h }
-{ Version: 2.1.2 - Wed Dec 8 10:06:06 CET 2010 }
+{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 }
{$ifdef TYPES}
@@ -167,7 +167,7 @@ __BCFlags2Ptr = ^__BCFlags2;
{$define NSBUTTONCELL_PAS_C}
{ NSButtonCell }
- NSButtonCell = objcclass(NSActionCell)
+ NSButtonCell = objcclass external (NSActionCell)
private
_altContents: NSString;
_sound: id;
@@ -180,8 +180,6 @@ __BCFlags2Ptr = ^__BCFlags2;
_alternateImageOrKeyEquivalentFont: id;
public
- class function alloc: NSButtonCell; message 'alloc';
-
function title: NSString; message 'title';
procedure setTitle(aString: NSString); message 'setTitle:';
function alternateTitle: NSString; message 'alternateTitle';
@@ -214,19 +212,19 @@ __BCFlags2Ptr = ^__BCFlags2;
procedure drawImage_withFrame_inView(image_: NSImage; frame: NSRect; controlView_: NSView); message 'drawImage:withFrame:inView:';
function drawTitle_withFrame_inView(title_: NSAttributedString; frame: NSRect; controlView_: NSView): NSRect; message 'drawTitle:withFrame:inView:';
procedure drawBezelWithFrame_inView(frame: NSRect; controlView_: NSView); message 'drawBezelWithFrame:inView:';
- end; external;
+ end;
{ NSKeyboardUI_NSButtonCellCategory }
- NSKeyboardUI_NSButtonCellCategory = objccategory(NSButtonCell)
+ NSKeyboardUI_NSButtonCellCategory = objccategory external name 'NSKeyboardUI' (NSButtonCell)
procedure setTitleWithMnemonic(stringWithAmpersand: NSString); message 'setTitleWithMnemonic:';
procedure setAlternateTitleWithMnemonic(stringWithAmpersand: NSString); message 'setAlternateTitleWithMnemonic:';
procedure setAlternateMnemonicLocation(location: NSUInteger); message 'setAlternateMnemonicLocation:';
function alternateMnemonicLocation: NSUInteger; message 'alternateMnemonicLocation';
function alternateMnemonic: NSString; message 'alternateMnemonic';
- end; external name 'NSKeyboardUI';
+ end;
{ NSButtonCellExtensionsCategory }
- NSButtonCellExtensionsCategory = objccategory(NSButtonCell)
+ NSButtonCellExtensionsCategory = objccategory external (NSButtonCell)
function gradientType: NSGradientType; message 'gradientType';
procedure setGradientType(type__: NSGradientType); message 'setGradientType:';
procedure setImageDimsWhenDisabled(flag: Boolean); message 'setImageDimsWhenDisabled:';
@@ -237,27 +235,27 @@ __BCFlags2Ptr = ^__BCFlags2;
procedure mouseExited(event: NSEvent); message 'mouseExited:';
function backgroundColor: NSColor; message 'backgroundColor';
procedure setBackgroundColor(color: NSColor); message 'setBackgroundColor:';
- end; external;
+ end;
{ NSButtonCellAttributedStringMethodsCategory }
- NSButtonCellAttributedStringMethodsCategory = objccategory(NSButtonCell)
+ NSButtonCellAttributedStringMethodsCategory = objccategory external (NSButtonCell)
function attributedTitle: NSAttributedString; message 'attributedTitle';
procedure setAttributedTitle(obj: NSAttributedString); message 'setAttributedTitle:';
function attributedAlternateTitle: NSAttributedString; message 'attributedAlternateTitle';
procedure setAttributedAlternateTitle(obj: NSAttributedString); message 'setAttributedAlternateTitle:';
- end; external;
+ end;
{ NSButtonCellBezelStylesCategory }
- NSButtonCellBezelStylesCategory = objccategory(NSButtonCell)
+ NSButtonCellBezelStylesCategory = objccategory external (NSButtonCell)
procedure setBezelStyle(bezelStyle_: NSBezelStyle); message 'setBezelStyle:';
function bezelStyle: NSBezelStyle; message 'bezelStyle';
- end; external;
+ end;
{ NSButtonCellSoundExtensionsCategory }
- NSButtonCellSoundExtensionsCategory = objccategory(NSButtonCell)
+ NSButtonCellSoundExtensionsCategory = objccategory external (NSButtonCell)
procedure setSound(aSound: NSSound); message 'setSound:';
function sound: NSSound; message 'sound';
- end; external;
+ end;
{$endif}
{$endif}