Mapper
Macros | Functions | Variables
display_rec.c File Reference
#include "prototypes.h"
Include dependency graph for display_rec.c:

Go to the source code of this file.

Macros

#define _POSIX_SOURCE
 

Functions

void query_callback ()
 
void print_callback ()
 
void quit_callback ()
 
void print_info ()
 
void quit_print ()
 
void send_callback ()
 
void kill_dialog ()
 
 main (int argc, char *argv[])
 
void print_callback (Widget w, XtPointer data, XtPointer call_data)
 
void query_callback (Widget w, XtPointer data, XtPointer call_data)
 
void print_info (Widget w, XtPointer data, XtPointer call_data)
 
void send_callback (Widget w, XtPointer data, XtPointer call_data)
 
void kill_dialog (Widget w, XtPointer data, XtPointer junk)
 
void berror (Widget widget, char *string)
 

Variables

XtIntervalId timer
 
Widget text
 
Widget top_level
 
Widget print_dialog
 
Widget dialog
 
char bbuf [100000]
 
String fallbacks [] ={"*fontList: -adobe-courier-bold-r-*-180-*",NULL}
 
char * printer [] ={"HP LasterJet III",NULL}
 

Macro Definition Documentation

◆ _POSIX_SOURCE

#define _POSIX_SOURCE

Definition at line 1 of file display_rec.c.

Function Documentation

◆ berror()

void berror ( Widget  widget,
char *  string 
)

Definition at line 392 of file display_rec.c.

Here is the caller graph for this function:

◆ kill_dialog() [1/2]

void kill_dialog ( )
Here is the caller graph for this function:

◆ kill_dialog() [2/2]

void kill_dialog ( Widget  w,
XtPointer  data,
XtPointer  junk 
)

Definition at line 384 of file display_rec.c.

◆ main()

main ( int  argc,
char *  argv[] 
)

Definition at line 17 of file display_rec.c.

Here is the call graph for this function:

◆ print_callback() [1/2]

void print_callback ( )
Here is the caller graph for this function:

◆ print_callback() [2/2]

void print_callback ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 158 of file display_rec.c.

Here is the call graph for this function:

◆ print_info() [1/2]

void print_info ( )
Here is the caller graph for this function:

◆ print_info() [2/2]

void print_info ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 240 of file display_rec.c.

Here is the call graph for this function:

◆ query_callback() [1/2]

void query_callback ( )
Here is the caller graph for this function:

◆ query_callback() [2/2]

void query_callback ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 190 of file display_rec.c.

Here is the call graph for this function:

◆ quit_callback()

void quit_callback ( )

Definition at line 146 of file display_rec.c.

Here is the caller graph for this function:

◆ quit_print()

void quit_print ( )

Definition at line 304 of file display_rec.c.

Here is the caller graph for this function:

◆ send_callback() [1/2]

void send_callback ( )
Here is the caller graph for this function:

◆ send_callback() [2/2]

void send_callback ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 313 of file display_rec.c.

Here is the call graph for this function:

Variable Documentation

◆ bbuf

char bbuf[100000]

Definition at line 6 of file display_rec.c.

◆ dialog

Widget dialog

Definition at line 5 of file display_rec.c.

◆ fallbacks

String fallbacks[] ={"*fontList: -adobe-courier-bold-r-*-180-*",NULL}

Definition at line 15 of file display_rec.c.

◆ print_dialog

Widget print_dialog

Definition at line 5 of file display_rec.c.

◆ printer

char* printer[] ={"HP LasterJet III",NULL}

Definition at line 238 of file display_rec.c.

◆ text

Widget text

Definition at line 5 of file display_rec.c.

◆ timer

XtIntervalId timer

Definition at line 4 of file display_rec.c.

◆ top_level

Widget top_level

Definition at line 5 of file display_rec.c.