FACT++  1.0
Widget create_client_dialog ( )

Definition at line 3216 of file did.c.

References create_selection_dialog(), DID_CLIENTS, and id.

Referenced by put_popup().

3217 {
3218  Widget id;
3219  id = create_selection_dialog("Dismiss","","","","",DID_CLIENTS, 3);
3220  return(id);
3221 
3222 }
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: did.c:3279

+ Here is the call graph for this function:

+ Here is the caller graph for this function: