Linux Mac OSX Windows

  
[scriptable, uuid(445fa0fc-2151-4cb4-83d3-34c3e39453de)]
interface nsIDOMChromeWindow : nsISupports

Constants


        
const unsigned short STATE_MAXIMIZED = 1

        
const unsigned short STATE_MINIMIZED = 2

        
const unsigned short STATE_NORMAL = 3

Attributes

 browserDOMWindow provides access to yet another layer of
 utility functions implemented by chrome script. It will be null
 for DOMWindows not corresponding to browsers.
attribute nsIBrowserDOMWindow browserDOMWindow

        
attribute DOMString title

        
readonly attribute unsigned short windowState

Methods


        
void getAttention()

        
void getAttentionWithCycleCount(in long aCycleCount)

        
void maximize()

        
void minimize()

        
void restore()

        
void setCursor(in DOMString cursor)