Files
Mozilla/mozilla/rdf/content/public/idl/XULTitledButtonElement.idl
hyatt%netscape.com 4ccb7d43f3 XUL Property APIs, b=26109, r=ben
git-svn-id: svn://10.0.0.236/trunk@61661 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 08:37:49 +00:00

11 lines
326 B
Plaintext

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;
};