git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48021
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/font.h"
// convert the text between the given encoding and UTF-8 used by wxGTK
#include "wx/font.h"
// convert the text between the given encoding and UTF-8 used by wxGTK
+ extern WXDLLIMPEXP_CORE wxCharBuffer
wxConvertToGTK(const wxString& s,
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
wxConvertToGTK(const wxString& s,
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
+ extern WXDLLIMPEXP_CORE wxCharBuffer
wxConvertFromGTK(const wxString& s,
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
wxConvertFromGTK(const wxString& s,
wxFontEncoding enc = wxFONTENCODING_SYSTEM);