MCPcopy Create free account
hub / github.com/NetHack/NetHack / WindowFont

Function WindowFont

win/X11/Window.c:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

get_gcFunction · 0.85
rip_exposedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected