Public Member Functions |
| nsresult | InitWindow (nativeWindow parentNativeWindow, nsIWidget *parentWidget, PRInt32 x, PRInt32 y, PRInt32 cx, PRInt32 cy) |
| nsresult | Create () |
| nsresult | Destroy () |
| nsresult | SetPosition (PRInt32 x, PRInt32 y) |
| nsresult | GetPosition (PRInt32 *x, PRInt32 *y) |
| nsresult | SetSize (PRInt32 cx, PRInt32 cy, PRBool fRepaint) |
| nsresult | GetSize (PRInt32 *cx, PRInt32 *cy) |
| nsresult | SetPositionAndSize (PRInt32 x, PRInt32 y, PRInt32 cx, PRInt32 cy, PRBool fRepaint) |
| nsresult | GetPositionAndSize (PRInt32 *x, PRInt32 *y, PRInt32 *cx, PRInt32 *cy) |
| nsresult | Repaint (PRBool force) |
| nsresult | GetParentWidget (nsIWidget **aParentWidget) |
| nsresult | SetParentWidget (nsIWidget *aParentWidget) |
| nsresult | GetParentNativeWindow (nativeWindow *aParentNativeWindow) |
| nsresult | SetParentNativeWindow (nativeWindow aParentNativeWindow) |
| nsresult | GetVisibility (PRBool *aVisibility) |
| nsresult | SetVisibility (PRBool aVisibility) |
| nsresult | GetEnabled (PRBool *aEnabled) |
| nsresult | SetEnabled (PRBool aEnabled) |
| nsresult | GetBlurSuppression (PRBool *aBlurSuppression) |
| nsresult | SetBlurSuppression (PRBool aBlurSuppression) |
| nsresult | GetMainWidget (nsIWidget **aMainWidget) |
| nsresult | SetFocus () |
| nsresult | GetTitle (PRUnichar **aTitle) |
| nsresult | SetTitle (const PRUnichar *aTitle) |
Definition at line 1708 of file nsiface.idl.