[ Home ] [ Introduction ] [ Overview ] [ Platform Notes ] [ Reference ] [ History ]
GmAddTopFrameWnd
Adds a top-level frame window to the geometry manager.
HGMGROUP GmAddTopFrameWnd( |
|
HGEOM |
hGeom, |
Geometry manager handle |
|
HWND |
hWnd, |
Top-level frame window handle |
|
DWORD |
dwFlags); |
Flags specifying how to arrange child groups |
dwFlags
Arrangment of Children (pick one)
GM_HORIZONTAL |
Children are arranged horizontally as they are
added, from left to right |
GM_VERTICAL |
Children are arranged vertically as they are
added, from top to bottom |
GM_OVERLAPPED |
Children are overlapped |
Returns
Returns a handle to the group just added.
Notes
- The first group added must be a top-level group, added with
GmAddTopFrameWnd or GmAddTopDialog.
[ Home ] [ Introduction ] [ Overview ] [ Platform Notes ] [ Reference ] [ History ]
|