nsWindowUtil Class Reference

#include <nsWindowUtilGTK.h>

Inheritance diagram for nsWindowUtil:
[legend]
Collaboration diagram for nsWindowUtil:
[legend]

Public Member Functions

NS_DECL_ISUPPORTS
NS_DECL_NSIWINDOWUTIL 
nsWindowUtil ()
 
NS_DECL_ISUPPORTS
NS_DECL_NSIWINDOWUTIL 
nsWindowUtil ()
 
- Public Member Functions inherited from nsIWindowUtil
void init (in nsIDOMWindow win)
 
void minimize ()
 
void watch ()
 
void unwatch ()
 

Static Protected Member Functions

static LRESULT CALLBACK WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 

Protected Attributes

nsCOMPtr< nsIDOMWindowmDOMWindow
 
GdkWindow * mGDKWindow
 
HWND mWnd
 
WNDPROC mOldProc
 

Additional Inherited Members

- Public Attributes inherited from nsIWindowUtil
readonly attribute nsIXULWindow xulWindow
 
readonly attribute nsIDocShell docShell
 
readonly attribute boolean hidden
 

Detailed Description

Definition at line 49 of file nsWindowUtilGTK.h.

Constructor & Destructor Documentation

nsWindowUtil::nsWindowUtil ( )

Definition at line 55 of file nsWindowUtilGTK.cpp.

NS_DECL_ISUPPORTS NS_DECL_NSIWINDOWUTIL nsWindowUtil::nsWindowUtil ( )

Member Function Documentation

LRESULT CALLBACK nsWindowUtil::WindowProc ( HWND  hwnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)
staticprotected

Definition at line 201 of file nsWindowUtilWin.cpp.

Member Data Documentation

nsCOMPtr< nsIDOMWindow > nsWindowUtil::mDOMWindow
protected

Definition at line 61 of file nsWindowUtilGTK.h.

GdkWindow* nsWindowUtil::mGDKWindow
protected

Definition at line 62 of file nsWindowUtilGTK.h.

WNDPROC nsWindowUtil::mOldProc
protected

Definition at line 74 of file nsWindowUtilWin.h.

HWND nsWindowUtil::mWnd
protected

Definition at line 73 of file nsWindowUtilWin.h.


The documentation for this class was generated from the following files: