FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Widget create_service_selection
(
)
Definition at line
3241
of file
did.c
.
Referenced by
put_selection()
.
3242
{
3243
Widget
id
;
3244
/*
3245
id = create_prompt_dialog("Enter Service Name :",DID_SEL_SERVICE);
3246
*/
3247
id
=
create_selection_dialog
(
""
,
""
,
""
,
""
,
"Enter Service Name (or search string):"
,
DID_SEL_SERVICE
, 0);
3248
return
(
id
);
3249
3250
}
id
char id[4]
Definition:
FITS.h:71
create_selection_dialog
Widget create_selection_dialog(char *ok, char *apply, char *cancel, char *list, char *sel, long tag, int items)
Definition:
did.c:3279
DID_SEL_SERVICE
Definition:
did.h:33
Here is the caller graph for this function:
dim
src
did
did.c
Generated on Sun Sep 18 2016 20:50:27 for FACT++ by
1.8.11