X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16e93305f2bae16652b6750dffe3bcf05c20d839..ab2b3dd4a28041694104aa782fb0b4f91d410136:/include/wx/generic/fontdlgg.h?ds=sidebyside diff --git a/include/wx/generic/fontdlgg.h b/include/wx/generic/fontdlgg.h index 6bb9b29fa7..ade8d40404 100644 --- a/include/wx/generic/fontdlgg.h +++ b/include/wx/generic/fontdlgg.h @@ -72,7 +72,7 @@ class WXDLLEXPORT wxGenericFontDialog: public wxDialog // Internal functions void OnPaint(wxPaintEvent& event); - bool OnClose(void); + void OnCloseWindow(wxCloseEvent& event); virtual void CreateWidgets(void); virtual void InitializeFont(void); @@ -85,9 +85,9 @@ class WXDLLEXPORT wxGenericFontDialog: public wxDialog DECLARE_EVENT_TABLE() }; -char* WXDLLEXPORT wxFontFamilyIntToString(int family); -char* WXDLLEXPORT wxFontWeightIntToString(int weight); -char* WXDLLEXPORT wxFontStyleIntToString(int style); +char WXDLLEXPORT *wxFontFamilyIntToString(int family); +char WXDLLEXPORT *wxFontWeightIntToString(int weight); +char WXDLLEXPORT *wxFontStyleIntToString(int style); int WXDLLEXPORT wxFontFamilyStringToInt(char *family); int WXDLLEXPORT wxFontWeightStringToInt(char *weight); int WXDLLEXPORT wxFontStyleStringToInt(char *style);