summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc')
-rw-r--r--packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc63
1 files changed, 63 insertions, 0 deletions
diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc
new file mode 100644
index 0000000000..bb01545eb1
--- /dev/null
+++ b/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc
@@ -0,0 +1,63 @@
+{ Parsed from Webkit.framework DOMHTMLTableSectionElement.h }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Sat Oct 3 15:33:52 ICT 2009 }
+
+
+{$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;
+
+{$endif}
+
+{$ifdef CLASSES}
+{$ifndef DOMHTMLTABLESECTIONELEMENT_PAS_C}
+{$define DOMHTMLTABLESECTIONELEMENT_PAS_C}
+
+{ DOMHTMLTableSectionElement }
+ DOMHTMLTableSectionElement = objcclass(DOMHTMLElement)
+
+ public
+ class function alloc: DOMHTMLTableSectionElement; message 'alloc';
+
+ 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; external;
+
+{$endif}
+{$endif}