git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35056
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
13 files changed:
// wxNotebook
// ----------------------------------------------------------------------------
// wxNotebook
// ----------------------------------------------------------------------------
-class wxNotebook : public wxNotebookBase
+class WXDLLIMPEXP_CORE wxNotebook : public wxNotebookBase
-class wxCheckListBox : public wxCheckListBoxBase
+class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase
{
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
{
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
+class WXDLLIMPEXP_CORE wxDataObject;
struct wxDataIdToDataObject;
#include "wx/list.h"
struct wxDataIdToDataObject;
#include "wx/list.h"
// wxClipboard
//-----------------------------------------------------------------------------
// wxClipboard
//-----------------------------------------------------------------------------
-class wxClipboard : public wxClipboardBase
+class WXDLLIMPEXP_CORE wxClipboard : public wxClipboardBase
#ifndef _WX_MOTIF_DATAFORM_H
#define _WX_MOTIF_DATAFORM_H
#ifndef _WX_MOTIF_DATAFORM_H
#define _WX_MOTIF_DATAFORM_H
+class WXDLLIMPEXP_CORE wxDataFormat
{
public:
// the clipboard formats under Xt are Atoms
{
public:
// the clipboard formats under Xt are Atoms
// wxDataObject is the same as wxDataObjectBase under wxMotif
// ----------------------------------------------------------------------------
// wxDataObject is the same as wxDataObjectBase under wxMotif
// ----------------------------------------------------------------------------
-class wxDataObject : public wxDataObjectBase
+class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
{
public:
virtual ~wxDataObject();
{
public:
virtual ~wxDataObject();
// wxBitmapDataObject is a specialization of wxDataObject for bitmaps
// ----------------------------------------------------------------------------
// wxBitmapDataObject is a specialization of wxDataObject for bitmaps
// ----------------------------------------------------------------------------
-class wxBitmapDataObject : public wxBitmapDataObjectBase
+class WXDLLIMPEXP_CORE wxBitmapDataObject : public wxBitmapDataObjectBase
-class wxMemoryDC : public wxWindowDC
+class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
{
DECLARE_DYNAMIC_CLASS(wxMemoryDC)
{
DECLARE_DYNAMIC_CLASS(wxMemoryDC)
-class wxFont : public wxFontBase
+class WXDLLIMPEXP_CORE wxFont : public wxFontBase
{
public:
// ctors and such
{
public:
// ctors and such
#include "wx/font.h"
#include "wx/arrstr.h"
#include "wx/font.h"
#include "wx/arrstr.h"
+class WXDLLIMPEXP_CORE wxFrame;
// ----------------------------------------------------------------------------
// Menu
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Menu
// ----------------------------------------------------------------------------
-class wxMenu : public wxMenuBase
+class WXDLLIMPEXP_CORE wxMenu : public wxMenuBase
{
public:
// ctors & dtor
{
public:
// ctors & dtor
// Menu Bar
// ----------------------------------------------------------------------------
// Menu Bar
// ----------------------------------------------------------------------------
-class wxMenuBar : public wxMenuBarBase
+class WXDLLIMPEXP_CORE wxMenuBar : public wxMenuBarBase
{
public:
wxMenuBar() { Init(); }
{
public:
wxMenuBar() { Init(); }
// wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour
// ----------------------------------------------------------------------------
// wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour
// ----------------------------------------------------------------------------
-class wxMenuItem : public wxMenuItemBase
+class WXDLLIMPEXP_CORE wxMenuItem : public wxMenuItemBase
// wxPopupWindow
// ----------------------------------------------------------------------------
// wxPopupWindow
// ----------------------------------------------------------------------------
-class wxPopupWindow : public wxPopupWindowBase
+class WXDLLIMPEXP_CORE wxPopupWindow : public wxPopupWindowBase
{
public:
wxPopupWindow() { Init(); }
{
public:
wxPopupWindow() { Init(); }
#pragma interface "toplevel.h"
#endif
#pragma interface "toplevel.h"
#endif
-class wxTopLevelWindowMotif : public wxTopLevelWindowBase
+class WXDLLIMPEXP_CORE wxTopLevelWindowMotif : public wxTopLevelWindowBase
{
public:
wxTopLevelWindowMotif() { Init(); }
{
public:
wxTopLevelWindowMotif() { Init(); }
// wxWindow class for Motif - see also wxWindowBase
// ----------------------------------------------------------------------------
// wxWindow class for Motif - see also wxWindowBase
// ----------------------------------------------------------------------------
-class wxWindow : public wxWindowBase
+class WXDLLIMPEXP_CORE wxWindow : public wxWindowBase
{
friend class WXDLLEXPORT wxDC;
friend class WXDLLEXPORT wxWindowDC;
{
friend class WXDLLEXPORT wxDC;
friend class WXDLLEXPORT wxWindowDC;