#include <stdio.h>#include "xsetup.h"#include "xclips.h"#include "setup.h"#include "constant.h"#include "watch.h"#include "xmain.h"#include "xmenu.h"#include "xmenu_watch.h"

Go to the source code of this file.
Functions | |
| void | WatchWindow (Widget w, XtPointer client_data, XtPointer call_data) |
| void | OkWatchCallback (Widget w, XtPointer client_data, XtPointer call_data) |
| void | WatchAllCallback (Widget w, XtPointer client_data, XtPointer call_data) |
| void | WatchNoneCallback (Widget w, XtPointer client_data, XtPointer call_data) |
Variables | |
| char * | WatchName [MAX_WATCH] |
| Widget | watchShell = NULL |
| Widget | watchForm = NULL |
| Widget | watch_widgets [MAX_WATCH] |
| void OkWatchCallback | ( | Widget | w, | |
| XtPointer | client_data, | |||
| XtPointer | call_data | |||
| ) |
Definition at line 199 of file xmenu_watch.c.
| void WatchAllCallback | ( | Widget | w, | |
| XtPointer | client_data, | |||
| XtPointer | call_data | |||
| ) |
Definition at line 241 of file xmenu_watch.c.
| void WatchNoneCallback | ( | Widget | w, | |
| XtPointer | client_data, | |||
| XtPointer | call_data | |||
| ) |
Definition at line 267 of file xmenu_watch.c.
| void WatchWindow | ( | Widget | w, | |
| XtPointer | client_data, | |||
| XtPointer | call_data | |||
| ) |
Definition at line 47 of file xmenu_watch.c.
| Widget watch_widgets[MAX_WATCH] |
Definition at line 39 of file xmenu_watch.c.
| Widget watchForm = NULL |
Definition at line 38 of file xmenu_watch.c.
| char* WatchName[MAX_WATCH] |
Initial value:
{"compilations","facts","rules","statistics","activations",
"focus","globals","deffunctions","generic-functions","methods",
"instances","slots","message-handlers","messages"}
Definition at line 35 of file xmenu_watch.c.
| Widget watchShell = NULL |
Definition at line 38 of file xmenu_watch.c.
1.5.6