add new attribute "enabled". bug 126786 r=hyatt,rginda a=asa

git-svn-id: svn://10.0.0.236/trunk@115518 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com 2002-02-28 23:19:04 +00:00
parent 640add85a6
commit 0b57d4aa2f

View File

@ -174,10 +174,16 @@ interface nsIBaseWindow : nsISupports
*/
attribute boolean visibility;
/*
a disabled window should accept no user interaction; it's a dead window,
like the parent of a modal window.
*/
attribute boolean enabled;
/*
Allows you to find out what the widget is of a given object. Depending
on the object, this may return the parent widget in which this object
lives if it has not had to create it's own widget.
lives if it has not had to create its own widget.
*/
[noscript] readonly attribute nsIWidget mainWidget;