FACT++
1.0
|
#include <Mrm/MrmAppl.h>
#include <Xm/Xm.h>
#include <Xm/RowColumn.h>
#include <Xm/MainW.h>
#include <Xm/Form.h>
#include <Xm/Label.h>
#include <Xm/ScrolledW.h>
#include <Xm/Separator.h>
#include <Xm/CascadeB.h>
#include <Xm/PushB.h>
#include <Xm/SelectioB.h>
#include <Xm/FileSB.h>
#include <Xm/MessageB.h>
#include <Xm/Text.h>
#include <Xm/List.h>
#include <dui_colors.h>
Go to the source code of this file.
Classes | |
struct | item |
Macros | |
#define | LABEL_FONT "-*-HELVETICA-BOLD-R-*--*-120-*-*-*-*-ISO8859-1" |
#define | DEFAULT_FONT "-*-HELVETICA-BOLD-R-*--*-100-*-*-*-*-ISO8859-1" |
#define | MENU_FONT "-*-COURIER-BOLD-R-*--*-100-*-*-*-*-ISO8859-1" |
#define | SERVER_FONT "-*-TIMES-BOLD-R-*--*-100-*-*-*-*-ISO8859-1" |
Typedefs | |
typedef struct item | SERVER |
Enumerations | |
enum | POPUPS { DID_SERVICES, DID_CLIENTS, DID_SEL_NODE, DID_SEL_SERVICE, DID_KILL_ALL, DID_SERVICE, DID_COMMAND, MAX_POP_UPS } |
Functions | |
void | s_error () |
XmString | create_str () |
XmFontList | util_get_font () |
Widget | create_selection_dialog () |
Widget | create_file_selection_dialog () |
Widget | create_prompt_dialog () |
Widget | create_question_dialog () |
Widget | create_service_dialog () |
Widget | create_server_dialog () |
Widget | create_client_dialog () |
Widget | create_node_selection () |
Widget | create_service_selection () |
Widget | create_kill_confirmation () |
Widget | create_send_command () |
Widget | create_push_button () |
Widget | put_popup () |
Widget | put_selection () |
Widget | gui_toplevel () |
Widget | gui_initialize () |
void | gui_create_main_menu () |
void | gui_create_main_window () |
Variables | |
Display * | display |
XtAppContext | app_context |
Widget | toplevel_widget |
MrmHierarchy | s_MrmHierarchy |
SERVER * | Server_head = (SERVER *)0 |
Widget | Matrix_id [2] = {0, 0} |
int | Curr_matrix |
Widget | Label_id = 0 |
Widget | Content_label_id = 0 |
Widget | Window_id = 0 |
Widget | pop_widget_id [MAX_POP_UPS] = {0,0,0,0,0,0,0} |
Widget | No_link_button_id |