* Added inc header-files for all gecko-9 idl files that are different to gecko-10

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
loesje_
2012-03-19 17:05:55 +00:00
parent 8736529541
commit 3b25f366e0
13 changed files with 623 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
type
nsIDOMText = interface(nsIDOMCharacterData)
['{92b0df87-78a1-4e3b-a23c-d0c5bb2b83f9}']
function splitText(offset: idlulong) : nsIDOMText; safecall;
function GetisElementContentWhitespace(): longbool; safecall;
property isElementContentWhitespace : longbool read GetisElementContentWhitespace;
procedure GetwholeText( result_: DOMString); safecall;
function replaceWholeText(content: DOMString) : nsIDOMText; safecall;
end;