projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
deprecate SetLabel(const wxBitmap&)
[wxWidgets.git]
/
include
/
wx
/
x11
/
reparent.h
diff --git
a/include/wx/x11/reparent.h
b/include/wx/x11/reparent.h
index b98f70c918aba7d3e4b9977c726abdba79f4d72a..1d6494a8abca606751f1b3f614e672060588763b 100644
(file)
--- a/
include/wx/x11/reparent.h
+++ b/
include/wx/x11/reparent.h
@@
-12,18
+12,14
@@
#ifndef _WX_REPARENT_H_
#define _WX_REPARENT_H_
#ifndef _WX_REPARENT_H_
#define _WX_REPARENT_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "reparent.h"
-#endif
-
#include "wx/window.h"
/*
* This class helps to reparent a specific window
*/
#include "wx/window.h"
/*
* This class helps to reparent a specific window
*/
-class wxAdoptedWindow;
-class wxReparenter: public wxObject
+class
WXDLLIMPEXP_CORE
wxAdoptedWindow;
+class
WXDLLIMPEXP_CORE
wxReparenter: public wxObject
{
public:
wxReparenter() {}
{
public:
wxReparenter() {}
@@
-56,7
+52,7
@@
protected:
* toolkit. It has no parent until reparented.
*/
* toolkit. It has no parent until reparented.
*/
-class wxAdoptedWindow: public wxWindow
+class
WXDLLIMPEXP_CORE
wxAdoptedWindow: public wxWindow
{
public:
wxAdoptedWindow();
{
public:
wxAdoptedWindow();