git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35698
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
25 files changed:
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_COCOA_TOOLTIP_H_
+#define _WX_COCOA_TOOLTIP_H_
+
#include "wx/object.h"
class wxWindow;
#include "wx/object.h"
class wxWindow;
wxWindow *m_window; // window we're associated with
DECLARE_ABSTRACT_CLASS(wxToolTip)
wxWindow *m_window; // window we're associated with
DECLARE_ABSTRACT_CLASS(wxToolTip)
-};
\ No newline at end of file
+};
+
+#endif // _WX_COCOA_TOOLTIP_H_
#ifndef _WX_DIR_H_
#define _WX_DIR_H_
#ifndef _WX_DIR_H_
#define _WX_DIR_H_
-#ifndef WX_PRECOMP
- #include "wx/string.h"
-#endif
class WXDLLIMPEXP_BASE wxArrayString;
class WXDLLIMPEXP_BASE wxArrayString;
-#ifndef WX_PRECOMP
- #include "wx/string.h"
- #include "wx/filefn.h"
-#endif
+#include "wx/string.h"
+#include "wx/filefn.h"
#ifndef _WX_FILENAME_H_
#define _WX_FILENAME_H_
#ifndef _WX_FILENAME_H_
#define _WX_FILENAME_H_
-#ifndef WX_PRECOMP
- #include "wx/string.h"
- #include "wx/arrstr.h"
-#endif
-
3. SameFileAs() function to compare inodes under Unix
*/
3. SameFileAs() function to compare inodes under Unix
*/
#include "wx/filefn.h"
#include "wx/datetime.h"
#include "wx/filefn.h"
#include "wx/datetime.h"
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_GENERIC_FDREPDLG_H_
+#define _WX_GENERIC_FDREPDLG_H_
+
class WXDLLEXPORT wxCheckBox;
class WXDLLEXPORT wxRadioBox;
class WXDLLEXPORT wxTextCtrl;
class WXDLLEXPORT wxCheckBox;
class WXDLLEXPORT wxRadioBox;
class WXDLLEXPORT wxTextCtrl;
+#endif // _WX_GENERIC_FDREPDLG_H_
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WXGRID_H__
#define __WXGRID_H__
#ifndef __WXGRID_H__
#define __WXGRID_H__
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef __WXGRIDSEL_H__
+#define __WXGRIDSEL_H__
+
#include "wx/defs.h"
#if wxUSE_GRID
#include "wx/defs.h"
#if wxUSE_GRID
-#ifndef __WXGRIDSEL_H__
-#define __WXGRIDSEL_H__
-
#include "wx/grid.h"
class WXDLLIMPEXP_ADV wxGridSelection{
#include "wx/grid.h"
class WXDLLIMPEXP_ADV wxGridSelection{
DECLARE_NO_COPY_CLASS(wxGridSelection)
};
DECLARE_NO_COPY_CLASS(wxGridSelection)
};
-#endif // #ifdef __WXGRIDSEL_H__
#endif // #ifndef wxUSE_GRID
#endif // #ifndef wxUSE_GRID
+#endif // #ifdef __WXGRIDSEL_H__
#ifndef _WX_SPLASH_H_
#define _WX_SPLASH_H_
#ifndef _WX_SPLASH_H_
#define _WX_SPLASH_H_
#include "wx/bitmap.h"
#include "wx/timer.h"
#include "wx/bitmap.h"
#include "wx/timer.h"
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_GENERIC_WIZARD_H_
+#define _WX_GENERIC_WIZARD_H_
+
// ----------------------------------------------------------------------------
// wxWizard
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxWizard
// ----------------------------------------------------------------------------
DECLARE_NO_COPY_CLASS(wxWizard)
};
DECLARE_NO_COPY_CLASS(wxWizard)
};
+#endif // _WX_GENERIC_WIZARD_H_
// Include wxWindows' headers
// Include wxWindows' headers
-#ifndef WX_PRECOMP
- #include <wx/wx.h>
-#endif
#if wxUSE_LIBGNOMEPRINT
#include "wx/print.h"
#if wxUSE_LIBGNOMEPRINT
#include "wx/print.h"
-#include "wx/prntbase.h"
typedef struct _GnomePrintJob GnomePrintJob;
typedef struct _GnomePrintContext GnomePrintContext;
typedef struct _GnomePrintJob GnomePrintJob;
typedef struct _GnomePrintContext GnomePrintContext;
// Include wxWindows' headers
// Include wxWindows' headers
-#ifndef WX_PRECOMP
- #include <wx/wx.h>
-#endif
#if wxUSE_LIBGNOMEPRINT
#include "wx/print.h"
#if wxUSE_LIBGNOMEPRINT
#include "wx/print.h"
-#include "wx/prntbase.h"
typedef struct _GnomePrintJob GnomePrintJob;
typedef struct _GnomePrintContext GnomePrintContext;
typedef struct _GnomePrintJob GnomePrintJob;
typedef struct _GnomePrintContext GnomePrintContext;
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_IPC_H_
+#define _WX_IPC_H_
+
// Set wxUSE_DDE_FOR_IPC to 1 to use DDE for IPC under Windows. If it is set to
// 0, or if the platform is not Windows, use TCP/IP for IPC implementation
// Set wxUSE_DDE_FOR_IPC to 1 to use DDE for IPC under Windows. If it is set to
// 0, or if the platform is not Windows, use TCP/IP for IPC implementation
#include "wx/sckipc.h"
#endif // wxUSE_DDE_FOR_IPC/!wxUSE_DDE_FOR_IPC
#include "wx/sckipc.h"
#endif // wxUSE_DDE_FOR_IPC/!wxUSE_DDE_FOR_IPC
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_MAC_TOOLTIP_H_
+#define _WX_MAC_TOOLTIP_H_
class wxToolTip : public wxObject
{
class wxToolTip : public wxObject
{
DECLARE_ABSTRACT_CLASS(wxToolTip)
};
DECLARE_ABSTRACT_CLASS(wxToolTip)
};
+#endif // _WX_MAC_TOOLTIP_H_
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_MSW_FDREPDLG_H_
+#define _WX_MSW_FDREPDLG_H_
+
// ----------------------------------------------------------------------------
// wxFindReplaceDialog: dialog for searching / replacing text
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxFindReplaceDialog: dialog for searching / replacing text
// ----------------------------------------------------------------------------
DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
};
DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
};
+#endif // _WX_MSW_FDREPDLG_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_MSW_TOOLTIP_H_
+#define _WX_MSW_TOOLTIP_H_
+
class WXDLLEXPORT wxToolTip : public wxObject
{
public:
class WXDLLEXPORT wxToolTip : public wxObject
{
public:
DECLARE_NO_COPY_CLASS(wxToolTip)
};
DECLARE_NO_COPY_CLASS(wxToolTip)
};
+#endif // _WX_MSW_TOOLTIP_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_OS2_TOOLTIP_H_
+#define _WX_OS2_TOOLTIP_H_
+
class wxToolTip : public wxObject
{
public:
class wxToolTip : public wxObject
{
public:
wxString m_sText; // tooltip text
wxWindow* m_pWindow; // window we're associated with
}; // end of CLASS wxToolTip
wxString m_sText; // tooltip text
wxWindow* m_pWindow; // window we're associated with
}; // end of CLASS wxToolTip
+
+#endif // _WX_OS2_TOOLTIP_H_
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_PALMOS_FDREPDLG_H_
+#define _WX_PALMOS_FDREPDLG_H_
+
// ----------------------------------------------------------------------------
// wxFindReplaceDialog: dialog for searching / replacing text
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxFindReplaceDialog: dialog for searching / replacing text
// ----------------------------------------------------------------------------
DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
};
DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
};
+#endif // _WX_PALMOS_FDREPDLG_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_PALMOS_TOOLTIP_H_
+#define _WX_PALMOS_TOOLTIP_H_
+
class WXDLLEXPORT wxToolTip : public wxObject
{
public:
class WXDLLEXPORT wxToolTip : public wxObject
{
public:
DECLARE_NO_COPY_CLASS(wxToolTip)
};
DECLARE_NO_COPY_CLASS(wxToolTip)
};
+#endif // _WX_PALMOS_TOOLTIP_H_
// Licence:
/////////////////////////////////////////////////////////////////////////////
// Licence:
/////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_QUANTIZE_H_
+#define _WX_QUANTIZE_H_
+
* For conditions of distribution and use, see the accompanying README file.
*/
* For conditions of distribution and use, see the accompanying README file.
*/
-#ifndef _WX_QUANTIZE_H_
-#define _WX_QUANTIZE_H_
-
class WXDLLEXPORT wxImage;
/*
class WXDLLEXPORT wxImage;
/*
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_UNIV_GAUGE_H_
+#define _WX_UNIV_GAUGE_H_
+
// ----------------------------------------------------------------------------
// wxGauge: a progress bar
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxGauge: a progress bar
// ----------------------------------------------------------------------------
DECLARE_DYNAMIC_CLASS(wxGauge)
};
DECLARE_DYNAMIC_CLASS(wxGauge)
};
+
+#endif // _WX_UNIV_GAUGE_H_
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_UNIV_RENDERER_H_
+#define _WX_UNIV_RENDERER_H_
+
/*
wxRenderer class is used to draw all wxWidgets controls. This is an ABC and
the look of the application is determined by the concrete derivation of
/*
wxRenderer class is used to draw all wxWidgets controls. This is an ABC and
the look of the application is determined by the concrete derivation of
implementation of the latter or reimplement itself).
*/
implementation of the latter or reimplement itself).
*/
-#ifndef _WX_UNIV_RENDERER_H_
-#define _WX_UNIV_RENDERER_H_
-
#include "wx/renderer.h"
class WXDLLEXPORT wxDC;
#include "wx/renderer.h"
class WXDLLEXPORT wxDC;
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifndef _WX_UNIV_SCRTIMER_H
+#define _WX_UNIV_SCRTIMER_H
+
// NB: this class is implemented in scrolbar.cpp
#include "wx/timer.h"
// NB: this class is implemented in scrolbar.cpp
#include "wx/timer.h"
+#endif // _WX_UNIV_SCRTIMER_H
// headers and other simple declarations
// ----------------------------------------------------------------------------
// headers and other simple declarations
// ----------------------------------------------------------------------------
-#ifndef WX_PRECOMP
- #include "wx/dialog.h" // the base class
- #include "wx/panel.h" // ditto
-
- #include "wx/event.h" // wxEVT_XXX constants
-#endif // WX_PRECOMP
-
+#include "wx/dialog.h" // the base class
+#include "wx/panel.h" // ditto
+#include "wx/event.h" // wxEVT_XXX constants
#include "wx/bitmap.h"
// Extended style to specify a help button
#include "wx/bitmap.h"
// Extended style to specify a help button
#include "wx/math.h"
#include "wx/fontutil.h"
#include "wx/math.h"
#include "wx/fontutil.h"
-#include "wx/printdlg.h"
#include "wx/gtk/private.h"
#include "wx/module.h"
#include "wx/gtk/private.h"
#include "wx/module.h"
-#include "wx/generic/prntdlgg.h"
+#include "wx/dcmemory.h"
+#include "wx/log.h"
+#include "wx/icon.h"
#include <libgnomeprint/gnome-print.h>
#include <libgnomeprint/gnome-print-pango.h>
#include <libgnomeprint/gnome-print.h>
#include <libgnomeprint/gnome-print-pango.h>
#include "wx/math.h"
#include "wx/fontutil.h"
#include "wx/math.h"
#include "wx/fontutil.h"
-#include "wx/printdlg.h"
#include "wx/gtk/private.h"
#include "wx/module.h"
#include "wx/gtk/private.h"
#include "wx/module.h"
-#include "wx/generic/prntdlgg.h"
+#include "wx/dcmemory.h"
+#include "wx/log.h"
+#include "wx/icon.h"
#include <libgnomeprint/gnome-print.h>
#include <libgnomeprint/gnome-print-pango.h>
#include <libgnomeprint/gnome-print.h>
#include <libgnomeprint/gnome-print-pango.h>