FACT++  1.0
void get_server_service ( )

Definition at line 1090 of file did.c.

References DID_SEL_SERVICE, id, and put_selection().

Referenced by view_opts().

1091 {
1092 Widget id,sel_id;
1093 
1094  sel_id = put_selection(DID_SEL_SERVICE,"Service Selection");
1095  id = XmSelectionBoxGetChild(sel_id,XmDIALOG_HELP_BUTTON);
1096  XtUnmanageChild(id);
1097  id = XmSelectionBoxGetChild(sel_id,XmDIALOG_APPLY_BUTTON);
1098  XtUnmanageChild(id);
1099 
1100  id = XmSelectionBoxGetChild(sel_id,XmDIALOG_LIST);
1101  /*
1102  XtUnmanageChild(id);
1103  */
1104  XtUnmapWidget(id);
1105 
1106  /*
1107  id = (Widget)XmSelectionBoxGetChild(sel_id,XmDIALOG_LIST_LABEL);
1108  XtUnmanageChild(id);
1109  */
1110 }
Widget put_selection(int tag, char *title)
Definition: did.c:3115
char id[4]
Definition: FITS.h:71

+ Here is the call graph for this function:

+ Here is the caller graph for this function: