projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
simplified gradient code a bit
[wxWidgets.git]
/
include
/
wx
/
palmos
/
mdi.h
diff --git
a/include/wx/palmos/mdi.h
b/include/wx/palmos/mdi.h
index 5713ef444445e8e395e69dff055f463acde5d7a4..7e4e9ab890c092bfbe30a03864f427bf4de945a2 100644
(file)
--- a/
include/wx/palmos/mdi.h
+++ b/
include/wx/palmos/mdi.h
@@
-12,14
+12,9
@@
#ifndef _WX_MDI_H_
#define _WX_MDI_H_
#ifndef _WX_MDI_H_
#define _WX_MDI_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "mdi.h"
-#endif
-
#include "wx/frame.h"
#include "wx/frame.h"
-WXDLLEXPORT_DATA(extern const wxChar*) wxFrameNameStr;
-WXDLLEXPORT_DATA(extern const wxChar*) wxStatusLineNameStr;
+WXDLLEXPORT_DATA(extern const wxChar) wxStatusLineNameStr[];
class WXDLLEXPORT wxMDIClientWindow;
class WXDLLEXPORT wxMDIChildFrame;
class WXDLLEXPORT wxMDIClientWindow;
class WXDLLEXPORT wxMDIChildFrame;
@@
-43,7
+38,7
@@
public:
Create(parent, id, title, pos, size, style, name);
}
Create(parent, id, title, pos, size, style, name);
}
- ~wxMDIParentFrame();
+
virtual
~wxMDIParentFrame();
bool Create(wxWindow *parent,
wxWindowID id,
bool Create(wxWindow *parent,
wxWindowID id,
@@
-132,7
+127,7
@@
public:
Create(parent, id, title, pos, size, style, name);
}
Create(parent, id, title, pos, size, style, name);
}
- ~wxMDIChildFrame();
+
virtual
~wxMDIChildFrame();
bool Create(wxMDIParentFrame *parent,
wxWindowID id,
bool Create(wxMDIParentFrame *parent,
wxWindowID id,