projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
undo accidental change of r57233
[wxWidgets.git]
/
include
/
wx
/
x11
/
minifram.h
diff --git
a/include/wx/x11/minifram.h
b/include/wx/x11/minifram.h
index 5c833353f1f1d27d7716ed9a569c80293b69c88a..551a5813a2ad50bb7b5a56df289c6c7db711ebd8 100644
(file)
--- a/
include/wx/x11/minifram.h
+++ b/
include/wx/x11/minifram.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: minifram.h
+// Name:
wx/x11/
minifram.h
// Purpose: wxMiniFrame class. A small frame for e.g. floating toolbars.
// If there is no equivalent on your platform, just make it a
// normal frame.
// Purpose: wxMiniFrame class. A small frame for e.g. floating toolbars.
// If there is no equivalent on your platform, just make it a
// normal frame.
@@
-8,7
+8,7
@@
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_MINIFRAM_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_MINIFRAM_H_
@@
-16,10
+16,10
@@
#include "wx/frame.h"
#include "wx/frame.h"
-class WXDLL
EXPORT
wxMiniFrame: public wxFrame {
-
+class WXDLL
IMPEXP_CORE
wxMiniFrame: public wxFrame {
+
DECLARE_DYNAMIC_CLASS(wxMiniFrame)
DECLARE_DYNAMIC_CLASS(wxMiniFrame)
-
+
public:
inline wxMiniFrame() {}
inline wxMiniFrame(wxWindow *parent,
public:
inline wxMiniFrame() {}
inline wxMiniFrame(wxWindow *parent,
@@
-33,10
+33,10
@@
public:
// Use wxFrame constructor in absence of more specific code.
Create(parent, id, title, pos, size, style, name);
}
// Use wxFrame constructor in absence of more specific code.
Create(parent, id, title, pos, size, style, name);
}
-
- ~wxMiniFrame() {}
+
+
virtual
~wxMiniFrame() {}
protected:
};
#endif
protected:
};
#endif
-// _WX_MINIFRAM_H_
+
// _WX_MINIFRAM_H_