implemented native font stuff for wxMotif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-01-01 17:27:49 +00:00
parent 1ff301c4eb
commit 563f868d38
3 changed files with 167 additions and 22 deletions

View File

@@ -45,9 +45,7 @@
// further it might make sense to make it a real class with virtual methods
struct WXDLLEXPORT wxNativeFontInfo
{
#if defined(__WXGTK__) // || defined(__WXMOTIF__)
// TODO: wxMotif should use this too but motif/font.cpp
// must be updated for this!
#if defined(__WXGTK__) || defined(__WXMOTIF__)
// the components of the XLFD
wxString fontElements[14];