projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reduced unnecessary painting; delete/recreate caret as WIN32 requires
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
font.h
diff --git
a/include/wx/gtk1/font.h
b/include/wx/gtk1/font.h
index 1502d7bf6dea4b010bc0923bc336402a442b57f5..2d12659dc4a970b23260a0e3abfde9c814179203 100644
(file)
--- a/
include/wx/gtk1/font.h
+++ b/
include/wx/gtk1/font.h
@@
-10,27
+10,23
@@
#ifndef __GTKFONTH__
#define __GTKFONTH__
#ifndef __GTKFONTH__
#define __GTKFONTH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface
-#endif
-
#include "wx/hash.h"
// ----------------------------------------------------------------------------
// classes
// ----------------------------------------------------------------------------
#include "wx/hash.h"
// ----------------------------------------------------------------------------
// classes
// ----------------------------------------------------------------------------
-class wxDC;
-class wxPaintDC;
-class wxWindow;
+class
WXDLLIMPEXP_CORE
wxDC;
+class
WXDLLIMPEXP_CORE
wxPaintDC;
+class
WXDLLIMPEXP_CORE
wxWindow;
-class wxFont;
+class
WXDLLIMPEXP_CORE
wxFont;
// ----------------------------------------------------------------------------
// wxFont
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxFont
// ----------------------------------------------------------------------------
-class wxFont : public wxFontBase
+class
WXDLLIMPEXP_CORE
wxFont : public wxFontBase
{
public:
// ctors and such
{
public:
// ctors and such