Last change
on this file since 8266 was 6762, checked in by sandervl, 24 years ago |
ported the Wine MDI control + some menu fixes
|
File size:
759 bytes
|
Line | |
---|
1 | /* $Id: win32wmisc.h,v 1.1 2001-09-19 15:39:51 sandervl Exp $ */
|
---|
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 |
|
---|
22 | MDICLIENTINFO *get_client_info( HWND client );
|
---|
23 | HMENU WIN32API getSysMenu(HWND hwnd);
|
---|
24 | VOID setSysMenu(HWND hwnd,HMENU hMenu);
|
---|
25 | void GetWindowRectParent(HWND hwnd, RECT *pRect);
|
---|
26 | void NC_GetSysPopupPos( HWND hwnd, RECT* rect );
|
---|
27 | HWND *WIN_ListChildren( HWND hwnd );
|
---|
28 |
|
---|
29 | #ifdef __cplusplus
|
---|
30 | }
|
---|
31 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.