This commit is contained in:
hyatt%netscape.com 2000-05-30 08:06:59 +00:00
Родитель cceeb70802
Коммит 62b074a8ce
7 изменённых файлов: 2 добавлений и 48 удалений

Просмотреть файл

@ -9,7 +9,7 @@ interface XULElement : Element {
readonly attribute xpidl nsIXULTemplateBuilder builder;
readonly attribute xpidl nsIRDFResource resource;
readonly attribute xpidl nsIControllers controllers;
readonly attribute NodeList anonymousContent;
readonly attribute xpidl nsIBoxObject boxObject;
void addBroadcastListener(in DOMString attr, in Element element);
void removeBroadcastListener(in DOMString attr, in Element element);

Просмотреть файл

@ -1,12 +0,0 @@
interface XULCheckboxElement : XULElement {
/* IID: { 0xa5f00fa2, 0xe874, 0x11d3, \
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
attribute DOMString value;
attribute DOMString crop;
attribute boolean disabled;
attribute DOMString src;
attribute DOMString imgalign;
attribute DOMString accesskey;
attribute boolean checked;
};

Просмотреть файл

@ -9,7 +9,7 @@ interface XULElement : Element {
readonly attribute xpidl nsIXULTemplateBuilder builder;
readonly attribute xpidl nsIRDFResource resource;
readonly attribute xpidl nsIControllers controllers;
readonly attribute NodeList anonymousContent;
readonly attribute xpidl nsIBoxObject boxObject;
void addBroadcastListener(in DOMString attr, in Element element);
void removeBroadcastListener(in DOMString attr, in Element element);

Просмотреть файл

@ -1,13 +0,0 @@
interface XULRadioElement : XULElement {
/* IID: { 0xa5f00fa1, 0xe874, 0x11d3, \
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
attribute DOMString value;
attribute DOMString crop;
attribute boolean disabled;
attribute DOMString src;
attribute DOMString imgalign;
attribute DOMString accesskey;
attribute boolean checked;
};

Просмотреть файл

@ -1,7 +0,0 @@
interface XULRadioGroupElement : XULElement {
/* IID: { 0xc2dd83e1, 0xef22, 0x11d3, \
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
attribute XULRadioElement selectedItem;
};

Просмотреть файл

@ -1,10 +0,0 @@
interface XULTitledButtonElement : XULElement {
/* IID: { 0xa5f00fa3, 0xe874, 0x11d3, \
{ 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */
attribute DOMString value;
attribute DOMString crop;
attribute boolean disabled;
attribute DOMString src;
attribute DOMString imgalign;
attribute DOMString accesskey;
};

Просмотреть файл

@ -33,10 +33,6 @@ IDLSRCS = \
XULTreeElement.idl \
XULEditorElement.idl \
XULPopupElement.idl \
XULTitledButtonElement.idl \
XULCheckboxElement.idl \
XULRadioElement.idl \
XULRadioGroupElement.idl \
XULMenuListElement.idl \
$(NULL)