]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/fontdlg.h
added linear and concentric gradient fill functions (modified/fixed patch from Ryan...
[wxWidgets.git] / include / wx / gtk / fontdlg.h
index 20a92375e81b2ba7b8d5ef97b3b568a65df159b7..9f3e37f2ecc474156c1645a0d14cd905ba307418 100644 (file)
 #ifndef __GTK_FONTDLGH__
 #define __GTK_FONTDLGH__
 
-#ifdef __GNUG__
-#pragma interface "fontdlg.h"
-#endif
-
 //-----------------------------------------------------------------------------
 // wxFontDialog
 //-----------------------------------------------------------------------------
 
-class wxFontDialog : public wxFontDialogBase
+class WXDLLIMPEXP_CORE wxFontDialog : public wxFontDialogBase
 {
 public:
     wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ }