00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIWindow.idl" 00004 00005 interface tmozIDialog; 00006 00013 [scriptable, uuid(3c71b92f-7dcc-49de-8780-5f7f22572426) ] 00014 interface tmozIDialogFactory: nsISupports 00015 { 00024 tmozIDialog create(in tmozIWindow parentWindow); 00025 };