Rev | Line | |
---|
[10316] | 1 | /* $Id: win32wmisc.h,v 1.3 2003-11-12 14:10:21 sandervl Exp $ */
|
---|
[6762] | 2 | /*
|
---|
| 3 | * Misc. functions for window management
|
---|
| 4 | *
|
---|
| 5 | * Copyright 2001 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
| 6 | *
|
---|
| 7 | * Parts based on Wine (windows\mdi.c; windows\win.c)
|
---|
| 8 | *
|
---|
| 9 | * Copyright 1994, Bob Amstadt
|
---|
| 10 | * 1995,1996 Alex Korobka
|
---|
| 11 | * Copyright 1993, 1994 Alexandre Julliard
|
---|
| 12 | *
|
---|
| 13 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 14 | *
|
---|
| 15 | */
|
---|
| 16 | #include "mdi.h"
|
---|
| 17 |
|
---|
| 18 | #ifdef __cplusplus
|
---|
| 19 | extern "C" {
|
---|
| 20 | #endif
|
---|
| 21 |
|
---|
[9598] | 22 | #define get_win_sys_menu( hwnd ) getSysMenu(hwnd)
|
---|
| 23 |
|
---|
[6762] | 24 | MDICLIENTINFO *get_client_info( HWND client );
|
---|
| 25 | HMENU WIN32API getSysMenu(HWND hwnd);
|
---|
| 26 | VOID setSysMenu(HWND hwnd,HMENU hMenu);
|
---|
| 27 | void GetWindowRectParent(HWND hwnd, RECT *pRect);
|
---|
| 28 | HWND *WIN_ListChildren( HWND hwnd );
|
---|
| 29 |
|
---|
[9598] | 30 | void NC_GetSysPopupPos( HWND hwnd, RECT* rect );
|
---|
| 31 | BOOL NC_DrawSysButton95 (HWND hwnd, HDC hdc, BOOL down);
|
---|
| 32 | INT NC_HandleNCHitTest( HWND hwnd, POINT pt);
|
---|
| 33 |
|
---|
[6762] | 34 | #ifdef __cplusplus
|
---|
| 35 | }
|
---|
| 36 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.