FACT++  1.0
Widget create_client_dialog ( )

Definition at line 3155 of file didMarkus.c.

References create_selection_dialog(), DID_CLIENTS, and id.

Referenced by put_popup().

3156 {
3157  Widget id;
3158  id = create_selection_dialog("Dismiss","","","","",DID_CLIENTS, 3);
3159  return(id);
3160 
3161 }
char id[4]
Definition: FITS.h:71
Widget create_selection_dialog(char *ok, char *apply, char *cancel, char *list, char *sel, long tag, int items)
Definition: didMarkus.c:3218

+ Here is the call graph for this function:

+ Here is the caller graph for this function: