You've already forked lazarus-ccr
* Added bindings for Gecko 11, but they are not used by default due to gecko-bug 720682
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2364 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
type
|
||||
|
||||
nsIDOMClientRectList = interface(nsISupports)
|
||||
['{917da19d-62f5-441d-b47e-9e35f05639c9}']
|
||||
function Getlength(): idlulong; safecall;
|
||||
property length : idlulong read Getlength;
|
||||
function item(index: idlulong) : nsIDOMClientRect; safecall;
|
||||
|
||||
end;
|
||||
|
Reference in New Issue
Block a user