ReactOS 0.4.16-dev-1028-g8602629
|
Definition at line 2318 of file nsiface.idl.
nsresult nsIBaseWindow::Create | ( | ) |
nsresult nsIBaseWindow::Destroy | ( | ) |
nsresult nsIBaseWindow::GetParentNativeWindow | ( | nativeWindow * | aParentNativeWindow | ) |
nsresult nsIBaseWindow::GetUnscaledDevicePixelsPerCSSPixel | ( | double * | aUnscaledDevicePixelsPerCSSPixel | ) |
nsresult nsIBaseWindow::InitWindow | ( | nativeWindow | parentNativeWindow, |
nsIWidget * | parentWidget, | ||
int32_t | x, | ||
int32_t | y, | ||
int32_t | cx, | ||
int32_t | cy | ||
) |
nsresult nsIBaseWindow::SetFocus | ( | ) |
nsresult nsIBaseWindow::SetParentNativeWindow | ( | nativeWindow | aParentNativeWindow | ) |
nsresult nsIBaseWindow::SetPositionAndSize | ( | int32_t | x, |
int32_t | y, | ||
int32_t | cx, | ||
int32_t | cy, | ||
bool | fRepaint | ||
) |