00001 /* $Id: win32wmisc.h,v 1.1 2001/09/19 15:39:51 sandervl Exp $ */ 00002 /* 00003 * Misc. functions for window management 00004 * 00005 * Copyright 2001 Sander van Leeuwen (sandervl@xs4all.nl) 00006 * 00007 * Parts based on Wine (windows\mdi.c; windows\win.c) 00008 * 00009 * Copyright 1994, Bob Amstadt 00010 * 1995,1996 Alex Korobka 00011 * Copyright 1993, 1994 Alexandre Julliard 00012 * 00013 * Project Odin Software License can be found in LICENSE.TXT 00014 * 00015 */ 00016 #include "mdi.h" 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif 00021 00022 MDICLIENTINFO *get_client_info( HWND client ); 00023 HMENU WIN32API getSysMenu(HWND hwnd); 00024 VOID setSysMenu(HWND hwnd,HMENU hMenu); 00025 void GetWindowRectParent(HWND hwnd, RECT *pRect); 00026 void NC_GetSysPopupPos( HWND hwnd, RECT* rect ); 00027 HWND *WIN_ListChildren( HWND hwnd ); 00028 00029 #ifdef __cplusplus 00030 } 00031 #endif