You've already forked lazarus-ccr
11 lines
266 B
PHP
11 lines
266 B
PHP
![]() |
type
|
||
|
|
||
|
nsIDOMStyleSheetList = interface(nsISupports)
|
||
|
['{a6cf9081-15b3-11d2-932e-00805f8add32}']
|
||
|
function Getlength(): idlulong; safecall;
|
||
|
property length : idlulong read Getlength;
|
||
|
function item(index: idlulong) : nsIDOMStyleSheet; safecall;
|
||
|
|
||
|
end;
|
||
|
|