mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
interface XULEditorElement : XULElement {
|
|
/* IID: { 0x9a248050, 0x82d8, 0x11d3, \
|
|
{ 0xaf, 0x76, 0x0, 0xa0, 0x24, 0xff, 0xc0, 0x8c } } */
|
|
readonly attribute xpidl nsIEditorShell editorShell;
|
|
};
|