Lines Matching defs:_SharedFontSelData
97 typedef struct _SharedFontSelData struct
99 Widget dialog;
100 Widget ok;
101 Widget cancel;
102 Widget encoding_pulldown;
103 Widget encoding_menu;
104 Widget list[NONE];
105 Widget name;
106 Widget sample;
107 char **names; // font name array of arrays
108 int num; // number of font names
109 String sel[NONE]; // selection category
110 Boolean in_pixels; // toggle state - size in pixels
111 char *font_name; // current font name
112 XFontStruct *old; // font data structure for sample display
113 XmFontList old_list; // font data structure for sample display
114 Boolean exit; // used for program exit control