00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIWindow.idl" 00004 #include "tmozIStatusBar.idl" 00005 #include "tmozIContextBar.idl" 00006 #include "tmozIProfileManager.idl" 00007 00008 interface tmozIDomain; 00009 00016 [scriptable, uuid(0bf0e29c-5341-4561-9d4d-308bc635df07) ] 00017 interface tmozIFrame: tmozIWindow 00018 { 00022 const long VM_SINGLE_WINDOW=0; 00028 const long VM_DUAL_HORIZONTAL=1; 00034 const long VM_DUAL_VERTICAL=2; 00040 const long VM_MULTIPLE_TAB=3; 00041 00051 attribute long viewMode; 00052 00058 readonly attribute tmozIStatusBar statusBar; 00059 00065 readonly attribute tmozIDomain domain; 00066 00072 readonly attribute tmozIProfileManager profileManager; 00073 00077 readonly attribute tmozIContextBar contextBar; 00078 };