X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/358fc25cc3f1ad77f3d98ca9ef7debd8e128eb88..4de6207afa9a78be63fe93df44ff5b90cecd2781:/include/wx/gtk1/font.h?ds=sidebyside diff --git a/include/wx/gtk1/font.h b/include/wx/gtk1/font.h index 9234d3390c..70e594cc9b 100644 --- a/include/wx/gtk1/font.h +++ b/include/wx/gtk1/font.h @@ -30,14 +30,18 @@ class wxPaintDC; class wxWindow; class wxFont; +/* class wxFontNameDirectory; +*/ //----------------------------------------------------------------------------- // global variables //----------------------------------------------------------------------------- +/* extern wxFontNameDirectory *wxTheFontNameDirectory; -extern const char* wxEmptyString; +*/ +extern const wxChar* wxEmptyString; //----------------------------------------------------------------------------- // wxFont @@ -60,7 +64,6 @@ public: int GetPointSize() const; int GetFamily() const; - int GetFontId() const; int GetStyle() const; int GetWeight() const; bool GetUnderlined() const; @@ -87,6 +90,7 @@ public: // no data :-) }; +/* //----------------------------------------------------------------------------- // wxFontDirectory //----------------------------------------------------------------------------- @@ -114,5 +118,6 @@ class wxFontNameDirectory: public wxObject class wxHashTable *table; int nextFontId; }; +*/ #endif // __GTKFONTH__