Add missing wxFont constructor to wxMotif

This commit is contained in:
Maarten Bent
2018-09-18 22:32:03 +02:00
parent 837b7ca3e1
commit 86d586222d
2 changed files with 9 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ public:
wxFont(const wxFontInfo& info);
wxFont(const wxString& nativeFontInfoString);
wxFont(const wxNativeFontInfo& info);
wxFont(int size,