FACT++  1.0
Widget create_send_command ( )

Definition at line 3191 of file didMarkus.c.

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

Referenced by put_selection().

3192 {
3193  Widget id;
3194  char str[256], str1[256];
3195 
3196  sprintf(str,"Command to %s (%s)\n\n",
3198 
3199  id = create_selection_dialog("","","",str,"Command:",DID_COMMAND, 1);
3200 
3201  strcpy(str1,"Please enter items separated by spaces:\n(for example: 2 0x123 'A' 23.4 \"a text\")");
3202 
3203  set_something(id,XmNselectionLabelString,str1);
3204 
3205  return(id);
3206 
3207 }
char str[80]
Definition: test_client.c:7
char id[4]
Definition: FITS.h:71
char Curr_service_name[132]
Definition: didMarkus.c:12
Widget create_selection_dialog(char *ok, char *apply, char *cancel, char *list, char *sel, long tag, int items)
Definition: didMarkus.c:3218
void set_something()
sprintf(name1,"NewService%d", i)
char Curr_service_format[256]
Definition: didMarkus.c:13

+ Here is the call graph for this function:

+ Here is the caller graph for this function: