FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Widget create_kill_confirmation
(
)
Definition at line
3270
of file
did.c
.
Referenced by
put_selection()
.
3271
{
3272
Widget
id
;
3273
id
=
create_question_dialog
(
"Do you really want to kill ALL DIM servers ?"
,
3274
DID_KILL_ALL
);
3275
return
(
id
);
3276
3277
}
create_question_dialog
Widget create_question_dialog(char *label, long tag)
Definition:
did.c:3400
id
char id[4]
Definition:
FITS.h:71
DID_KILL_ALL
Definition:
did.h:34
Here is the caller graph for this function:
dim
src
did
did.c
Generated on Sun Sep 18 2016 20:50:27 for FACT++ by
1.8.11