Searched refs:g_systemDefaultGuiFont (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dfont.cpp703 static GdkFont *g_systemDefaultGuiFont = (GdkFont*) NULL; variable
708 if (!g_systemDefaultGuiFont)
714 g_systemDefaultGuiFont = gdk_font_ref( def->font );
720 g_systemDefaultGuiFont = gdk_font_ref( def->font );
727 gdk_font_ref(g_systemDefaultGuiFont);
730 return g_systemDefaultGuiFont;

Completed in 49 milliseconds