source: trunk/third/mwm/WmManage.h @ 9757

Revision 9757, 1.2 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9756, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
3 * ALL RIGHTS RESERVED
4*/
5/*
6 * Motif Release 1.2
7*/
8/*   $RCSfile: WmManage.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:22 $ */
9/*
10 * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */
11
12#ifdef _NO_PROTO
13extern void AdoptInitialClients ();
14extern void ManageWindow ();
15extern void UnManageWindow ();
16extern void WithdrawTransientChildren ();
17extern void WithdrawWindow ();
18extern void ResetWithdrawnFocii ();
19extern void FreeClientFrame ();
20extern void FreeIcon ();
21extern void WithdrawDialog ();
22extern void ReManageDialog ();
23#else /* _NO_PROTO */
24extern void AdoptInitialClients (WmScreenData *pSD);
25extern void ManageWindow (WmScreenData *pSD, Window clientWindow, long manageFlags);
26extern void UnManageWindow (ClientData *pCD);
27extern void WithdrawTransientChildren (ClientData *pCD);
28extern void WithdrawWindow (ClientData *pCD);
29extern void ResetWithdrawnFocii (ClientData *pCD);
30extern void FreeClientFrame (ClientData *pCD);
31extern void FreeIcon (ClientData *pCD);
32extern void WithdrawDialog (Widget dialogboxW);
33extern void ReManageDialog (WmScreenData *pSD, Widget dialogboxW);
34#endif /* _NO_PROTO */
Note: See TracBrowser for help on using the repository browser.