X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/358fc25cc3f1ad77f3d98ca9ef7debd8e128eb88..d3dcceb4363163ea8eeba75234ac938e690230c8:/include/wx/gtk/font.h diff --git a/include/wx/gtk/font.h b/include/wx/gtk/font.h index 9234d3390c..7e27d54e1a 100644 --- a/include/wx/gtk/font.h +++ b/include/wx/gtk/font.h @@ -30,13 +30,17 @@ class wxPaintDC; class wxWindow; class wxFont; +/* class wxFontNameDirectory; +*/ //----------------------------------------------------------------------------- // global variables //----------------------------------------------------------------------------- +/* extern wxFontNameDirectory *wxTheFontNameDirectory; +*/ extern const char* wxEmptyString; //----------------------------------------------------------------------------- @@ -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__