| 169 | WidgetClass windowWidgetClass = (WidgetClass) &windowClassRec; |
| 170 | |
| 171 | Font |
| 172 | WindowFont(Widget w) |
| 173 | { |
| 174 | return ((WindowWidget) w)->window.font->fid; |
| 175 | } |
| 176 | |
| 177 | XFontStruct * |
| 178 | WindowFontStruct(Widget w) |
no outgoing calls
no test coverage detected