Struct xpcom::interfaces::nsIWindowCreator [] [src]

#[repr(C)]
pub struct nsIWindowCreator { /* fields omitted */ }

interface nsIWindowCreator : nsISupports

Methods

impl nsIWindowCreator
[src]

[src]

Cast this nsIWindowCreator to one of its base interfaces.

impl nsIWindowCreator
[src]

[src]

/** Create a new window. Gecko will/may call this method, if made
      available to it, to create new windows.
      @param parent parent window, if any. null if not. the newly created
                    window should be made a child/dependent window of
                    the parent, if any (and if the concept applies
                    to the underlying OS).
      @param chromeFlags chrome features from nsIWebBrowserChrome
      @return the new window
  */

nsIWebBrowserChrome createChromeWindow (in nsIWebBrowserChrome parent, in uint32_t chromeFlags);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIWindowCreator
[src]

IID: nsIID = nsID(809915954, 42871, 17612, [144, 249, 129, 69, 71, 94, 249, 153])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIWindowCreator
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWindowCreator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.