FACT++  1.0
Widget create_server_dialog ( )

Definition at line 3224 of file did.c.

Referenced by put_popup().

3225 {
3226  Widget id;
3227  id = create_selection_dialog("","View / Send","Dismiss","",
3228  "Service / Command :",
3229  DID_SERVICES, 20);
3230  return(id);
3231 }
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 caller graph for this function: