Scroll to navigation

TileWindows(3w) Wine API TileWindows(3w)

NAME

TileWindows (USER32.@)

SYNOPSIS

WORD TileWindows
(
HWND hwndParent,
UINT wFlags,
const RECT* lpRect,
UINT cKids,
const HWND* lpKids
)
 

DESCRIPTION

TileWindows ( USER32.@) Tiles MDI child windows.
 

RETURNS

Success: Number of tiled Windows(tm).
Failure: 0
 

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/mdi.c".
Debug channel "mdi".
Oct 2012 Wine API