source: Sophya/trunk/Poubelle/DPC:FitsIOServer/PI/pixtbase.h@ 658

Last change on this file since 658 was 658, checked in by ansari, 26 years ago

no message

File size: 544 bytes
Line 
1/* Widget Xt pour construction Widget C++ Interface Public */
2/* Reza 10/95 */
3
4#ifndef PIXTBASE_H_SEEN
5#define PIXTBASE_H_SEEN
6
7#include <X11/Intrinsic.h>
8
9typedef struct _PIXtBaseClassRec * PIXtBaseWidgetClass;
10typedef struct _PIXtBaseRec * PIXtBaseWidget;
11
12#define PIXNobject "mypiobject"
13
14extern WidgetClass piXtBaseWidgetClass;
15
16void event_handler_pixtbase (Widget wdgp, XtPointer closure,
17 XEvent* evt, Boolean* cont);
18
19#endif /* PIXTBASE_H_SEEN */
Note: See TracBrowser for help on using the repository browser.