FACT++  1.0
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 }
Widget create_question_dialog(char *label, long tag)
Definition: did.c:3400
char id[4]
Definition: FITS.h:71

+ Here is the caller graph for this function: