FACT++  1.0
void get_server_service ( )

Definition at line 1075 of file didMarkus.c.

References DID_SEL_SERVICE, id, and put_selection().

Referenced by view_opts().

1076 {
1077 Widget id,sel_id;
1078 
1079  sel_id = put_selection(DID_SEL_SERVICE,"Service Selection");
1080  id = XmSelectionBoxGetChild(sel_id,XmDIALOG_HELP_BUTTON);
1081  XtUnmanageChild(id);
1082  id = XmSelectionBoxGetChild(sel_id,XmDIALOG_APPLY_BUTTON);
1083  XtUnmanageChild(id);
1084 
1085  id = XmSelectionBoxGetChild(sel_id,XmDIALOG_LIST);
1086  /*
1087  XtUnmanageChild(id);
1088  */
1089  XtUnmapWidget(id);
1090 
1091  /*
1092  id = (Widget)XmSelectionBoxGetChild(sel_id,XmDIALOG_LIST_LABEL);
1093  XtUnmanageChild(id);
1094  */
1095 }
char id[4]
Definition: FITS.h:71
Widget put_selection(int tag, char *title)
Definition: didMarkus.c:3058

+ Here is the call graph for this function:

+ Here is the caller graph for this function: