|
| nsresult | InitWindow (nativeWindow parentNativeWindow, nsIWidget *parentWidget, int32_t x, int32_t y, int32_t cx, int32_t cy) |
| |
| nsresult | Create () |
| |
| nsresult | Destroy () |
| |
| nsresult | SetPosition (int32_t x, int32_t y) |
| |
| nsresult | GetPosition (int32_t *x, int32_t *y) |
| |
| nsresult | SetSize (int32_t cx, int32_t cy, bool fRepaint) |
| |
| nsresult | GetSize (int32_t *cx, int32_t *cy) |
| |
| nsresult | SetPositionAndSize (int32_t x, int32_t y, int32_t cx, int32_t cy, bool fRepaint) |
| |
| nsresult | GetPositionAndSize (int32_t *x, int32_t *y, int32_t *cx, int32_t *cy) |
| |
| nsresult | Repaint (bool force) |
| |
| nsresult | GetParentWidget (nsIWidget **aParentWidget) |
| |
| nsresult | SetParentWidget (nsIWidget *aParentWidget) |
| |
| nsresult | GetParentNativeWindow (nativeWindow *aParentNativeWindow) |
| |
| nsresult | SetParentNativeWindow (nativeWindow aParentNativeWindow) |
| |
| nsresult | GetNativeHandle (nsAString *aNativeHandle) |
| |
| nsresult | GetVisibility (bool *aVisibility) |
| |
| nsresult | SetVisibility (bool aVisibility) |
| |
| nsresult | GetEnabled (bool *aEnabled) |
| |
| nsresult | SetEnabled (bool aEnabled) |
| |
| nsresult | GetMainWidget (nsIWidget **aMainWidget) |
| |
| nsresult | GetUnscaledDevicePixelsPerCSSPixel (double *aUnscaledDevicePixelsPerCSSPixel) |
| |
| nsresult | SetFocus () |
| |
| nsresult | GetTitle (PRUnichar **aTitle) |
| |
| nsresult | SetTitle (const PRUnichar *aTitle) |
| |
| nsresult | QueryInterface (nsIIDRef riid, void **result) |
| |
| nsrefcnt | AddRef () |
| |
| nsrefcnt | Release () |
| |
Definition at line 2318 of file nsiface.idl.