FACT++  1.0
did.h
Go to the documentation of this file.
1 #include <Mrm/MrmAppl.h> /* Motif Toolkit and MRM */
2 #include <Xm/Xm.h>
3 #include <Xm/RowColumn.h>
4 #include <Xm/MainW.h>
5 #include <Xm/Form.h>
6 #include <Xm/Label.h>
7 #include <Xm/ScrolledW.h>
8 #include <Xm/Separator.h>
9 #include <Xm/CascadeB.h>
10 #include <Xm/PushB.h>
11 #include <Xm/SelectioB.h>
12 #include <Xm/FileSB.h>
13 #include <Xm/MessageB.h>
14 #include <Xm/Text.h>
15 #include <Xm/List.h>
16 #include <dui_colors.h>
17 /* VUIT routines for the user to call */
18 void s_error();
19 /*
20 #define LABEL_FONT "-*-NEW CENTURY SCHOOLBOOK-BOLD-R-*--*-140-*-*-*-*-ISO8859-1"
21 #define DEFAULT_FONT "-*-TIMES-BOLD-R-*--*-120-*-*-*-*-ISO8859-1"
22 
23 #define MENU_FONT "-*-TIMES-BOLD-R-*--*-120-*-*-*-*-ISO8859-1"
24 */
25 #define LABEL_FONT "-*-HELVETICA-BOLD-R-*--*-120-*-*-*-*-ISO8859-1"
26 
27 #define DEFAULT_FONT "-*-HELVETICA-BOLD-R-*--*-100-*-*-*-*-ISO8859-1"
28 
29 #define MENU_FONT "-*-COURIER-BOLD-R-*--*-100-*-*-*-*-ISO8859-1"
30 
31 #define SERVER_FONT "-*-TIMES-BOLD-R-*--*-100-*-*-*-*-ISO8859-1"
32 
35 
36 /* Motif Global variables */
37 Display *display; /* Display variable */
38 XtAppContext app_context; /* application context */
39 Widget toplevel_widget; /* Root widget ID of application */
40 MrmHierarchy s_MrmHierarchy; /* MRM database hierarchy ID */
41 
42 typedef struct item{
43  struct item *next;
46  char name[132];
47  Widget button_id;
48  Widget pop_widget_id[2];
49  /*
50  int popping;
51  */
52  int busy;
53 }SERVER;
54 
56 
57 Widget Matrix_id[2] = {0, 0};
59 Widget Label_id = 0;
60 Widget Content_label_id = 0;
61 Widget Window_id = 0;
62 Widget pop_widget_id[MAX_POP_UPS] = {0,0,0,0,0,0,0};
64 
65 XmString create_str();
66 XmFontList util_get_font();
67 
70 Widget create_prompt_dialog();
71 Widget create_question_dialog();
72 Widget create_service_dialog();
73 Widget create_server_dialog();
74 Widget create_client_dialog();
75 Widget create_node_selection();
78 Widget create_send_command();
79 Widget create_push_button();
80 Widget put_popup();
81 Widget put_selection();
82 
83 Widget gui_toplevel();
84 Widget gui_initialize();
87 
88 
89 
90 
91 
92 
93 
94 
95 
Widget create_selection_dialog()
Widget Matrix_id[2]
Definition: did.h:57
Widget Content_label_id
Definition: did.h:60
int busy
Definition: did.h:52
Definition: did.h:42
Widget button_id
Definition: did.h:47
Widget create_service_dialog()
Definition: did.c:3429
Widget create_push_button()
Widget Window_id
Definition: did.h:61
Widget create_node_selection()
Definition: did.c:3233
XtAppContext app_context
Definition: did.h:38
Widget Label_id
Definition: did.h:59
Widget create_send_command()
Definition: did.c:3252
Widget create_file_selection_dialog()
Widget No_link_button_id
Definition: did.h:63
XmFontList util_get_font()
Widget create_kill_confirmation()
Definition: did.c:3270
SERVER * Server_head
Definition: did.h:55
char name[132]
Definition: did.h:46
void gui_create_main_window()
Widget create_service_selection()
Definition: did.c:3241
Widget pop_widget_id[2]
Definition: did.h:48
Display * display
Definition: did.h:37
Widget create_question_dialog()
DNS_SERVICE_INFO * service_ptr
Definition: did.h:45
struct item * next
Definition: did.h:43
POPUPS
Definition: did.h:33
Widget gui_initialize()
DNS_SERVER_INFO server
Definition: did.h:44
MrmHierarchy s_MrmHierarchy
Definition: did.h:40
Widget toplevel_widget
Definition: did.h:39
Widget create_prompt_dialog()
int Curr_matrix
Definition: did.h:58
XmString create_str()
struct item SERVER
void s_error()
Widget gui_toplevel()
Widget create_server_dialog()
Definition: did.c:3224
Widget put_selection()
void gui_create_main_menu()
Widget put_popup()
Widget create_client_dialog()
Definition: did.c:3216