FACT++  1.0
Widget create_kill_confirmation ( )

Definition at line 3209 of file didMarkus.c.

References create_question_dialog(), DID_KILL_ALL, and id.

Referenced by put_selection().

3210 {
3211  Widget id;
3212  id = create_question_dialog("Do you really want to kill ALL DIM servers ?",
3213  DID_KILL_ALL);
3214  return(id);
3215 
3216 }
Widget create_question_dialog(char *label, long tag)
Definition: didMarkus.c:3339
char id[4]
Definition: FITS.h:71

+ Here is the call graph for this function:

+ Here is the caller graph for this function: