FACT++  1.0
Widget create_node_selection ( )

Definition at line 3233 of file did.c.

Referenced by put_selection().

3234 {
3235  Widget id;
3236  id = create_selection_dialog("","","","Nodes :","Selected Node :",DID_SEL_NODE, 8);
3237  return(id);
3238 
3239 }
char id[4]
Definition: FITS.h:71
Widget create_selection_dialog(char *ok, char *apply, char *cancel, char *list, char *sel, long tag, int items)
Definition: did.c:3279

+ Here is the caller graph for this function: