summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSTableHeaderCell.inc
blob: a5a6f64efb2e9c1cf6299f5187d9edf38b2fed69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ Parsed from AppKit.framework NSTableHeaderCell.h }


{$ifdef TYPES}
type
  NSTableHeaderCellPtr = ^NSTableHeaderCell;
{$endif}

{$ifdef CLASSES}

type
  NSTableHeaderCell = objcclass external (NSTextFieldCell)
  private
  public
    procedure drawSortIndicatorWithFrame_inView_ascending_priority (cellFrame: NSRect; controlView_: NSView; ascending: ObjCBOOL; priority: NSInteger); message 'drawSortIndicatorWithFrame:inView:ascending:priority:';
    function sortIndicatorRectForBounds (theRect: NSRect): NSRect; message 'sortIndicatorRectForBounds:';
  end;
{$endif}