FACT++  1.0
Widget create_server_dialog ( )

Definition at line 3163 of file didMarkus.c.

References create_selection_dialog(), DID_SERVICES, and id.

Referenced by put_popup().

3164 {
3165  Widget id;
3166  id = create_selection_dialog("","View / Send","Dismiss","",
3167  "Service / Command :",
3168  DID_SERVICES, 20);
3169  return(id);
3170 }
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: