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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dprivate.h37 wxConvertToGTK(const wxString& s,
41 inline wxCharBuffer wxConvertToGTK(const wxString& s, const wxFont& font) function
43 return wxConvertToGTK(s, font.Ok() ? font.GetEncoding()
47 #define wxGTK_CONV_ENC(s, enc) wxConvertToGTK((s), (enc))
48 #define wxGTK_CONV_FONT(s, font) wxConvertToGTK((s), (font))
50 #define wxGTK_CONV_SYS(s) wxConvertToGTK((s))

Completed in 31 milliseconds