Menu
Home
Blog
Add-ons
Forum
Wiki
Developers
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
extensions
hide-on-close
components
public
ngIHideOnClose.idl
Go to the documentation of this file.
1
#include "nsISupports.idl"
2
#include "nsIObserverService.idl"
3
4
[scriptable,
uuid
(ab61d3be-cfba-11e3-91bb-5404a6486fb4)]
5
interface
ngIHideOnClose
:
nsISupports
6
{
7
void
InitializeFor
(in
string
desktopFileName, in
string
windowTitle);
8
void
HideWindow
();
9
void
ShowWindow
();
10
};
uuid
var uuid
Definition:
jquery-1.2.6.min.js:18
ngIHideOnClose::HideWindow
void HideWindow()
ngIHideOnClose::ShowWindow
void ShowWindow()
ngIHideOnClose::InitializeFor
void InitializeFor(in string desktopFileName, in string windowTitle)
nsISupports
nsISupports
Definition:
sbRemoteIndexedMediaItem.cpp:61
ngIHideOnClose
Definition:
ngIHideOnClose.idl:5