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: WmCDecor.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:17 $ */ |
---|
9 | /* |
---|
10 | * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */ |
---|
11 | |
---|
12 | #ifdef _NO_PROTO |
---|
13 | extern Boolean FrameWindow (); |
---|
14 | extern void FrameExposureProc (); |
---|
15 | extern void BaseWinExposureProc (); |
---|
16 | extern void SetFrameShape (); |
---|
17 | extern Boolean ConstructFrame (); |
---|
18 | extern void GenerateFrameDisplayLists (); |
---|
19 | extern void AdoptClient (); |
---|
20 | extern void GetTextBox (); |
---|
21 | extern void DrawWindowTitle (); |
---|
22 | extern void CreateStretcherWindows (); |
---|
23 | extern void CountFrameRectangles (); |
---|
24 | extern Boolean AllocateFrameDisplayLists (); |
---|
25 | extern void InitClientDecoration (); |
---|
26 | extern Boolean AllocateGadgetRectangles (); |
---|
27 | extern void ComputeGadgetRectangles (); |
---|
28 | extern void GetSystemMenuPosition (); |
---|
29 | extern void ShowActiveClientFrame (); |
---|
30 | extern void ShowInactiveClientFrame (); |
---|
31 | extern void RegenerateClientFrame (); |
---|
32 | extern void BevelSystemButton (); |
---|
33 | extern void BevelMinimizeButton (); |
---|
34 | extern void BevelMaximizeButton (); |
---|
35 | extern Boolean DepressGadget (); |
---|
36 | extern void PushGadgetIn (); |
---|
37 | extern void PopGadgetOut (); |
---|
38 | #else /* _NO_PROTO */ |
---|
39 | extern Boolean FrameWindow (ClientData *pcd); |
---|
40 | extern void FrameExposureProc (ClientData *pcd); |
---|
41 | extern void BaseWinExposureProc (ClientData *pcd); |
---|
42 | extern void SetFrameShape (ClientData *pcd); |
---|
43 | extern Boolean ConstructFrame (ClientData *pcd); |
---|
44 | extern void GenerateFrameDisplayLists (ClientData *pcd); |
---|
45 | extern void AdoptClient (ClientData *pcd); |
---|
46 | extern void GetTextBox (ClientData *pcd, XRectangle *pBox); |
---|
47 | extern void DrawWindowTitle (ClientData *pcd, Boolean eraseFirst); |
---|
48 | extern void CreateStretcherWindows (ClientData *pcd); |
---|
49 | extern void CountFrameRectangles (WmScreenData *pSD); |
---|
50 | extern Boolean AllocateFrameDisplayLists (ClientData *pcd); |
---|
51 | extern void InitClientDecoration (WmScreenData *pSD); |
---|
52 | extern Boolean AllocateGadgetRectangles (ClientData *pcd); |
---|
53 | extern void ComputeGadgetRectangles (ClientData *pcd); |
---|
54 | extern void GetSystemMenuPosition (ClientData *pcd, int *px, int *py, unsigned int height, Context context); |
---|
55 | extern void ShowActiveClientFrame (ClientData *pcd); |
---|
56 | extern void ShowInactiveClientFrame (ClientData *pcd); |
---|
57 | extern void RegenerateClientFrame (ClientData *pcd); |
---|
58 | extern void BevelSystemButton (RList *prTop, RList *prBot, int x, int y, unsigned int width, unsigned int height); |
---|
59 | extern void BevelMinimizeButton (RList *prTop, RList *prBot, int x, int y, unsigned int height); |
---|
60 | extern void BevelMaximizeButton (RList *prTop, RList *prBot, int x, int y, unsigned int height); |
---|
61 | extern Boolean DepressGadget (ClientData *pcd, int gadget, Boolean depressed); |
---|
62 | extern void PushGadgetIn (ClientData *pcd, int gadget); |
---|
63 | extern void PopGadgetOut (ClientData *pcd, int gadget); |
---|
64 | #endif /* _NO_PROTO */ |
---|