Rev | Line | |
---|
[658] | 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 |
|
---|
| 9 | typedef struct _PIXtBaseClassRec * PIXtBaseWidgetClass;
|
---|
| 10 | typedef struct _PIXtBaseRec * PIXtBaseWidget;
|
---|
| 11 |
|
---|
| 12 | #define PIXNobject "mypiobject"
|
---|
| 13 |
|
---|
| 14 | extern WidgetClass piXtBaseWidgetClass;
|
---|
| 15 |
|
---|
| 16 | void 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.