00001
00002
00003
00004
00005
00006
00007
00008 #ifndef _XSET_XGET_PARAMETERS_H_
00009 #define _XSET_XGET_PARAMETERS_H_
00010
00011 #define NUMSETFONC 37
00012
00013 static char * KeyTab_[NUMSETFONC + 1] = {
00014 "alufunction",
00015 "auto clear",
00016 "background",
00017 "clipoff",
00018 "clipping",
00019 "clipgrf",
00020 "color",
00021 "colormap",
00022 "dashes",
00023 "default",
00024 "figure",
00025 "font",
00026 "font size",
00027 "foreground",
00028 "fpf",
00029 "gc",
00030 "gccolormap",
00031 "hidden3d",
00032 "lastpattern",
00033 "line mode",
00034 "line style",
00035 "mark",
00036 "mark size",
00037 "old_style",
00038 "pattern",
00039 "pixmap",
00040 "thickness",
00041 "use color",
00042 "viewport",
00043 "wdim",
00044 "white",
00045 "window",
00046 "wpdim",
00047 "wpos",
00048 "wresize",
00049 "wshow",
00050 "wwpc",
00051 " ",
00052 };
00053
00054 extern void C2F(msgs)( int * i, int * v ) ;
00055
00056 #endif