projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSi...
[wxWidgets.git]
/
include
/
wx
/
motif
/
frame.h
diff --git
a/include/wx/motif/frame.h
b/include/wx/motif/frame.h
index 9aa254904e80a281c74447b3963ddd2a34311cb8..a5cf1996377e8b360de9026a3f97f60d87ab2de4 100644
(file)
--- a/
include/wx/motif/frame.h
+++ b/
include/wx/motif/frame.h
@@
-12,10
+12,6
@@
#ifndef _WX_MOTIF_FRAME_H_
#define _WX_MOTIF_FRAME_H_
#ifndef _WX_MOTIF_FRAME_H_
#define _WX_MOTIF_FRAME_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "frame.h"
-#endif
-
class WXDLLEXPORT wxFrame : public wxFrameBase
{
public:
class WXDLLEXPORT wxFrame : public wxFrameBase
{
public:
@@
-126,9
+122,10
@@
private:
const wxString& name);
const wxString& name);
+
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxFrame)
};
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxFrame)
};
-#endif
-// _WX_MOTIF_FRAME_H_
+#endif
// _WX_MOTIF_FRAME_H_
+