Struct describing the properties of a XUL window layout. More...
import"sbILayoutDescription.idl";
Public Attributes | |
readonly attribute AString | url |
URL of the XUL document that represents this layout The url and primary identifier for the layout. More... | |
readonly attribute AString | name |
Human readable name. More... | |
Struct describing the properties of a XUL window layout.
Describes the properties of an alternate XUL window.
Definition at line 44 of file sbILayoutDescription.idl.
readonly attribute AString sbILayoutDescription::name |
Human readable name.
Definition at line 55 of file sbILayoutDescription.idl.
readonly attribute AString sbILayoutDescription::url |
URL of the XUL document that represents this layout The url and primary identifier for the layout.
Definition at line 50 of file sbILayoutDescription.idl.