summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc
blob: 76c47c6e96daca8a6db12c14d1f3b1a2d46ee94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{ Parsed from Webkit.framework DOMHTMLTableSectionElement.h }

{$ifdef TYPES}
{$ifndef DOMHTMLTABLESECTIONELEMENT_PAS_T}
{$define DOMHTMLTABLESECTIONELEMENT_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef DOMHTMLTABLESECTIONELEMENT_PAS_R}
{$define DOMHTMLTABLESECTIONELEMENT_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef DOMHTMLTABLESECTIONELEMENT_PAS_F}
{$define DOMHTMLTABLESECTIONELEMENT_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef DOMHTMLTABLESECTIONELEMENT_PAS_S}
{$define DOMHTMLTABLESECTIONELEMENT_PAS_S}

{$endif}
{$endif}

{$ifdef FORWARD}
  DOMHTMLTableSectionElement = objcclass;
  DOMHTMLTableSectionElementPointer = ^DOMHTMLTableSectionElement;
  DOMHTMLTableSectionElementPtr = DOMHTMLTableSectionElementPointer;

{$endif}

{$ifdef CLASSES}
{$ifndef DOMHTMLTABLESECTIONELEMENT_PAS_C}
{$define DOMHTMLTABLESECTIONELEMENT_PAS_C}

{ DOMHTMLTableSectionElement }
  DOMHTMLTableSectionElement = objcclass external (DOMHTMLElement)
    
  public
    procedure setAlign (newValue: NSString); message 'setAlign:';
    function align: NSString; message 'align';
    procedure setCh (newValue: NSString); message 'setCh:';
    function ch: NSString; message 'ch';
    procedure setChOff (newValue: NSString); message 'setChOff:';
    function chOff: NSString; message 'chOff';
    procedure setVAlign (newValue: NSString); message 'setVAlign:';
    function vAlign: NSString; message 'vAlign';
    function rows: DOMHTMLCollection; message 'rows';
    function insertRow(index: cint): DOMHTMLElement; message 'insertRow:';
    procedure deleteRow(index: cint); message 'deleteRow:';
  end;

{$endif}
{$endif}