FACT++  1.0
Widget create_send_command ( )

Definition at line 3252 of file did.c.

References create_selection_dialog(), Curr_service_format, Curr_service_name, DID_COMMAND, id, set_something(), sprintf(), and str.

Referenced by put_selection().

3253 {
3254  Widget id;
3255  char str[256], str1[256];
3256 
3257  sprintf(str,"Command to %s (%s)\n\n",
3259 
3260  id = create_selection_dialog("","","",str,"Command:",DID_COMMAND, 1);
3261 
3262  strcpy(str1,"Please enter items separated by spaces:\n(for example: 2 0x123 'A' 23.4 \"a text\")");
3263 
3264  set_something(id,XmNselectionLabelString,str1);
3265 
3266  return(id);
3267 
3268 }
char Curr_service_name[132]
Definition: did.c:12
char str[80]
Definition: test_client.c:7
char id[4]
Definition: FITS.h:71
void set_something()
Widget create_selection_dialog(char *ok, char *apply, char *cancel, char *list, char *sel, long tag, int items)
Definition: did.c:3279
char Curr_service_format[256]
Definition: did.c:13
sprintf(name1,"NewService%d", i)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: