FACT++  1.0
Widget create_service_selection ( )

Definition at line 3180 of file didMarkus.c.

References create_selection_dialog(), DID_SEL_SERVICE, and id.

Referenced by put_selection().

3181 {
3182  Widget id;
3183  /*
3184  id = create_prompt_dialog("Enter Service Name :",DID_SEL_SERVICE);
3185  */
3186  id = create_selection_dialog("","","","","Enter Service Name (or search string):",DID_SEL_SERVICE, 0);
3187  return(id);
3188 
3189 }
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: